#912DB3

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

Shades of Dark Orchid #912DB3

Tints of Dark Orchid #912DB3

Color information

#912DB3 (or 0x912DB3) is unknown color: approx Dark Orchid. HEX triplet: 91, 2D and B3. RGB value is (145,45,179). Sum of RGB (Red+Green+Blue) = 145+45+179=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #912DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB3 is #6ED24C. Grayscale: #595959. Windows color (decimal): -7262797 or 11742609. OLE color: 11742609.

HSL color Cylindrical-coordinate representation of color #912DB3: hue angle of 284.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912DB3 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14545179-
CMYK0.190.7500.30
HSL284.78º59.82%43.92%-
HSV(B)284.78º74.86%70.2%-
XYZ20.7511.1543.71-
YUV90.18178.13167.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.30%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 179 (70.31% from 255) = 48.51%
R=39.30%
G=12.20%
B=48.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145451790.190.7500.30284.7859.8243.92
Hex912DB3134B01E11d3c2c
Octal22155263231130364357454
Binary1001000110110110110011100111001011011110100011101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,45,179); }

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

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

 a { background-color: rgb(145,45,179); }

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

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

 span { border-color: rgb(145,45,179); }

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