#912DCF

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

Shades of Dark Orchid #912DCF

Tints of Dark Orchid #912DCF

Color information

#912DCF (or 0x912DCF) is unknown color: approx Dark Orchid. HEX triplet: 91, 2D and CF. RGB value is (145,45,207). Sum of RGB (Red+Green+Blue) = 145+45+207=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #912DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DCF is #6ED230. Grayscale: #5C5C5C. Windows color (decimal): -7262769 or 13577617. OLE color: 13577617.

HSL color Cylindrical-coordinate representation of color #912DCF: hue angle of 277.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912DCF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14545207-
CMYK0.300.7800.19
HSL277.04º64.29%49.41%-
HSV(B)277.04º78.26%81.18%-
XYZ23.8812.460.17-
YUV93.37192.13164.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 45 (17.97% from 255) = 11.34%
BLUE value IS 207 (81.25% from 255) = 52.14%
R=36.52%
G=11.34%
B=52.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal145452070.300.7800.19277.0464.2949.41
Hex912DCF1E4E0131154031
Octal221553173611602342510061
Binary10010001101101110011111111010011100100111000101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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