Html Css Color HEX #911BCE Dark Orchid

📋 copy color: '#911BCE'

red 145 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #911BCE

Tints of Dark Orchid #911BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.14%

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

R = 38.36%
G = 7.14%
B = 54.5%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#911BCE (or 0x911BCE) is known color: Dark Orchid. HEX triplet: 91, 1B and CE. RGB value is (145,27,206). Sum of RGB (Red+Green+Blue) = 145+27+206=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #911BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BCE is #6EE431. Grayscale: #525252. Windows color (decimal): -7267378 or 13507473. OLE color: 13507473.

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

Color convert

RGB 145 27 206 -
CMYK 0.30 0.87 0 0.19
HSL 279.55º 0.77% 0.46% -
HSV(B) 279.55º 0.87% 0.81% -
XYZ 23.21 11.26 59.34 -
YUV 82.69 197.59 172.45 -
System Red Green Blue C M Y K H S L
Decimal 145 27 206 0.30 0.87 0 0.19 279.55 0.77 0.46
Hex 91 1B CE 1E 57 0 13 118 4D 2E
Octal 221 33 316 36 127 0 23 430 115 56
Binary 10010001 11011 11001110 11110 1010111 0 10011 100011000 1001101 101110

Color Harmonies of #911BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BCE

Black with #911BCE

Text Example


Text Example

White with #911BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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