Html Css Color HEX #911ECD Dark Orchid

📋 copy color: '#911ECD'

red 145 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #911ECD

Tints of Dark Orchid #911ECD

RGB

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

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

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

R = 38.16%
G = 7.89%
B = 53.95%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#911ECD (or 0x911ECD) is known color: Dark Orchid. HEX triplet: 91, 1E and CD. RGB value is (145,30,205). Sum of RGB (Red+Green+Blue) = 145+30+205=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #911ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911ECD is #6EE132. Grayscale: #535353. Windows color (decimal): -7266611 or 13442705. OLE color: 13442705.

HSL color Cylindrical-coordinate representation of color #911ECD: hue angle of 279.43º 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 #911ECD is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 30 205 -
CMYK 0.29 0.85 0 0.20
HSL 279.43º 0.74% 0.46% -
HSV(B) 279.43º 0.85% 0.8% -
XYZ 23.16 11.36 58.73 -
YUV 84.34 196.1 171.27 -
System Red Green Blue C M Y K H S L
Decimal 145 30 205 0.29 0.85 0 0.20 279.43 0.74 0.46
Hex 91 1E CD 1D 55 0 14 117 4A 2E
Octal 221 36 315 35 125 0 24 427 112 56
Binary 10010001 11110 11001101 11101 1010101 0 10100 100010111 1001010 101110

Color Harmonies of #911ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911ECD

Black with #911ECD

Text Example


Text Example

White with #911ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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