Html Css Color HEX #912ACE Dark Orchid

📋 copy color: '#912ACE'

red 145 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #912ACE

Tints of Dark Orchid #912ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 36.9%
G = 10.69%
B = 52.42%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#912ACE (or 0x912ACE) is known color: Dark Orchid. HEX triplet: 91, 2A and CE. RGB value is (145,42,206). Sum of RGB (Red+Green+Blue) = 145+42+206=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #912ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ACE is #6ED531. Grayscale: #5A5A5A. Windows color (decimal): -7263538 or 13511313. OLE color: 13511313.

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

Color convert

RGB 145 42 206 -
CMYK 0.30 0.80 0 0.19
HSL 277.68º 0.66% 0.49% -
HSV(B) 277.68º 0.8% 0.81% -
XYZ 23.65 12.13 59.49 -
YUV 91.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 145 42 206 0.30 0.80 0 0.19 277.68 0.66 0.49
Hex 91 2A CE 1E 50 0 13 116 42 31
Octal 221 52 316 36 120 0 23 426 102 61
Binary 10010001 101010 11001110 11110 1010000 0 10011 100010110 1000010 110001

Color Harmonies of #912ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ACE

Black with #912ACE

Text Example


Text Example

White with #912ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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