#912EB9

Color #912EB9 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #912EB9

Tints of Dark Orchid #912EB9

Color information

#912EB9 (or 0x912EB9) is unknown color: approx Dark Orchid. HEX triplet: 91, 2E and B9. RGB value is (145,46,185). Sum of RGB (Red+Green+Blue) = 145+46+185=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #912EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EB9 is #6ED146. Grayscale: #5A5A5A. Windows color (decimal): -7262535 or 12136081. OLE color: 12136081.

HSL color Cylindrical-coordinate representation of color #912EB9: hue angle of 282.73º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912EB9 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14546185-
CMYK0.220.7500.27
HSL282.73º60.17%45.29%-
HSV(B)282.73º75.14%72.55%-
XYZ21.4111.4846.99-
YUV91.45180.8166.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 185 (72.66% from 255) = 49.20%
R=38.56%
G=12.23%
B=49.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145461850.220.7500.27282.7360.1745.29
Hex912EB9164B01B11b3c2d
Octal22156271261130334337455
Binary1001000110111010111001101101001011011011100011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912EB9; }

 p { color: rgb(145,46,185); }

 H1.HeaderClassName
 {
   color: #912EB9;
 }
 .AnyTagClassName
 {
   color: #912EB9;
 }
</style>
background-color css

<style>
 a { background-color: #912EB9; }

 a { background-color: rgb(145,46,185); }

 div.DivClassName
 {
   background-color: #912EB9;
 }
 .BgClassName
 {
   background-color: #912EB9;
 }
</style>
border-color css

<style>
 span { border-color: #912EB9; }

 span { border-color: rgb(145,46,185); }

 td.TdClassName
 {
   border-color: #912EB9;
 }
 .TagClassName
 {
   border-color: #912EB9;
 }
</style>