Html Css Color HEX #912ACD Dark Orchid

📋 copy color: '#912ACD'

red 145 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #912ACD

Tints of Dark Orchid #912ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 36.99%
G = 10.71%
B = 52.3%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#912ACD (or 0x912ACD) is known color: Dark Orchid. HEX triplet: 91, 2A and CD. RGB value is (145,42,205). Sum of RGB (Red+Green+Blue) = 145+42+205=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #912ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ACD is #6ED532. Grayscale: #5A5A5A. Windows color (decimal): -7263539 or 13445777. OLE color: 13445777.

HSL color Cylindrical-coordinate representation of color #912ACD: hue angle of 277.91º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912ACD is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 42 205 -
CMYK 0.29 0.80 0 0.20
HSL 277.91º 0.66% 0.48% -
HSV(B) 277.91º 0.8% 0.8% -
XYZ 23.52 12.08 58.85 -
YUV 91.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 145 42 205 0.29 0.80 0 0.20 277.91 0.66 0.48
Hex 91 2A CD 1D 50 0 14 116 42 30
Octal 221 52 315 35 120 0 24 426 102 60
Binary 10010001 101010 11001101 11101 1010000 0 10100 100010110 1000010 110000

Color Harmonies of #912ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ACD

Black with #912ACD

Text Example


Text Example

White with #912ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,42,205); }

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

background-color css

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

 a { background-color: rgb(145,42,205); }

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

border-color css

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

 span { border-color: rgb(145,42,205); }

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