Html Css Color HEX #912DCC Dark Orchid

📋 copy color: '#912DCC'

red 145 ◦ green 45 ◦ blue 204

#912DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #912DCC

Tints of Dark Orchid #912DCC

RGB

 RED value IS 145 (57.03% from 255) = 36.8%

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 36.8%
G = 11.42%
B = 51.78%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#912DCC (or 0x912DCC) is known color: Dark Orchid. HEX triplet: 91, 2D and CC. RGB value is (145,45,204). Sum of RGB (Red+Green+Blue) = 145+45+204=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #912DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DCC is #6ED233. Grayscale: #5C5C5C. Windows color (decimal): -7262772 or 13381009. OLE color: 13381009.

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

Color convert

RGB 145 45 204 -
CMYK 0.29 0.78 0 0.2
HSL 277.74º 0.64% 0.49% -
HSV(B) 277.74º 0.78% 0.8% -
XYZ 23.51 12.26 58.25 -
YUV 93.03 190.63 165.07 -
System Red Green Blue C M Y K H S L
Decimal 145 45 204 0.29 0.78 0 0.2 277.74 0.64 0.49
Hex 91 2D CC 1D 4E 0 14 116 40 31
Octal 221 55 314 35 116 0 24 426 100 61
Binary 10010001 101101 11001100 11101 1001110 0 10100 100010110 1000000 110001

Color Harmonies of #912DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912DCC

Black with #912DCC

Text Example


Text Example

White with #912DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #912DCC;
 }
 .AnyTagClassName
 {
   color: #912DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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