Html Css Color HEX #912ECE Dark Orchid

📋 copy color: '#912ECE'

red 145 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #912ECE

Tints of Dark Orchid #912ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

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

R = 36.52%
G = 11.59%
B = 51.89%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#912ECE (or 0x912ECE) is known color: Dark Orchid. HEX triplet: 91, 2E and CE. RGB value is (145,46,206). Sum of RGB (Red+Green+Blue) = 145+46+206=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #912ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ECE is #6ED131. Grayscale: #5D5D5D. Windows color (decimal): -7262514 or 13512337. OLE color: 13512337.

HSL color Cylindrical-coordinate representation of color #912ECE: hue angle of 277.12º degrees, saturation: 0.63, 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 #912ECE is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 46 206 -
CMYK 0.30 0.78 0 0.19
HSL 277.13º 0.63% 0.49% -
HSV(B) 277.13º 0.78% 0.81% -
XYZ 23.79 12.43 59.54 -
YUV 93.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 145 46 206 0.30 0.78 0 0.19 277.13 0.63 0.49
Hex 91 2E CE 1E 4E 0 13 115 3F 31
Octal 221 56 316 36 116 0 23 425 77 61
Binary 10010001 101110 11001110 11110 1001110 0 10011 100010101 111111 110001

Color Harmonies of #912ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912ECE

Black with #912ECE

Text Example


Text Example

White with #912ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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