Html Css Color HEX #911ECC Dark Orchid

📋 copy color: '#911ECC'

red 145 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #911ECC

Tints of Dark Orchid #911ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.92%

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

R = 38.26%
G = 7.92%
B = 53.83%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#911ECC (or 0x911ECC) is known color: Dark Orchid. HEX triplet: 91, 1E and CC. RGB value is (145,30,204). Sum of RGB (Red+Green+Blue) = 145+30+204=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #911ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ECC is #6EE133. Grayscale: #535353. Windows color (decimal): -7266612 or 13377169. OLE color: 13377169.

HSL color Cylindrical-coordinate representation of color #911ECC: hue angle of 279.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911ECC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 30 204 -
CMYK 0.29 0.85 0 0.2
HSL 279.66º 0.74% 0.46% -
HSV(B) 279.66º 0.85% 0.8% -
XYZ 23.04 11.31 58.1 -
YUV 84.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 145 30 204 0.29 0.85 0 0.2 279.66 0.74 0.46
Hex 91 1E CC 1D 55 0 14 118 4A 2E
Octal 221 36 314 35 125 0 24 430 112 56
Binary 10010001 11110 11001100 11101 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #911ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ECC

Black with #911ECC

Text Example


Text Example

White with #911ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911ECC; }

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

 H1.HeaderClassName
 {
   color: #911ECC;
 }
 .AnyTagClassName
 {
   color: #911ECC;
 }
</style>

background-color css

<style>
 a { background-color: #911ECC; }

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

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

border-color css

<style>
 span { border-color: #911ECC; }

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

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