Html Css Color HEX #911DCE Dark Orchid

📋 copy color: '#911DCE'

red 145 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #911DCE

Tints of Dark Orchid #911DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.63%

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

R = 38.16%
G = 7.63%
B = 54.21%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#911DCE (or 0x911DCE) is known color: Dark Orchid. HEX triplet: 91, 1D and CE. RGB value is (145,29,206). Sum of RGB (Red+Green+Blue) = 145+29+206=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #911DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DCE is #6EE231. Grayscale: #535353. Windows color (decimal): -7266866 or 13507985. OLE color: 13507985.

HSL color Cylindrical-coordinate representation of color #911DCE: hue angle of 279.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911DCE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 29 206 -
CMYK 0.30 0.86 0 0.19
HSL 279.32º 0.75% 0.46% -
HSV(B) 279.32º 0.86% 0.81% -
XYZ 23.26 11.35 59.36 -
YUV 83.86 196.93 171.61 -
System Red Green Blue C M Y K H S L
Decimal 145 29 206 0.30 0.86 0 0.19 279.32 0.75 0.46
Hex 91 1D CE 1E 56 0 13 117 4B 2E
Octal 221 35 316 36 126 0 23 427 113 56
Binary 10010001 11101 11001110 11110 1010110 0 10011 100010111 1001011 101110

Color Harmonies of #911DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DCE

Black with #911DCE

Text Example


Text Example

White with #911DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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