Html Css Color HEX #911FCE Dark Orchid

📋 copy color: '#911FCE'

red 145 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #911FCE

Tints of Dark Orchid #911FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

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

R = 37.96%
G = 8.12%
B = 53.93%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#911FCE (or 0x911FCE) is known color: Dark Orchid. HEX triplet: 91, 1F and CE. RGB value is (145,31,206). Sum of RGB (Red+Green+Blue) = 145+31+206=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #911FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FCE is #6EE031. Grayscale: #545454. Windows color (decimal): -7266354 or 13508497. OLE color: 13508497.

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

Color convert

RGB 145 31 206 -
CMYK 0.30 0.85 0 0.19
HSL 279.09º 0.74% 0.46% -
HSV(B) 279.09º 0.85% 0.81% -
XYZ 23.31 11.46 59.38 -
YUV 85.04 196.27 170.77 -
System Red Green Blue C M Y K H S L
Decimal 145 31 206 0.30 0.85 0 0.19 279.09 0.74 0.46
Hex 91 1F CE 1E 55 0 13 117 4A 2E
Octal 221 37 316 36 125 0 23 427 112 56
Binary 10010001 11111 11001110 11110 1010101 0 10011 100010111 1001010 101110

Color Harmonies of #911FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911FCE

Black with #911FCE

Text Example


Text Example

White with #911FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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