Html Css Color HEX #911CCB Dark Orchid

📋 copy color: '#911CCB'

red 145 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #911CCB

Tints of Dark Orchid #911CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.45%

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 38.56%
G = 7.45%
B = 53.99%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#911CCB (or 0x911CCB) is known color: Dark Orchid. HEX triplet: 91, 1C and CB. RGB value is (145,28,203). Sum of RGB (Red+Green+Blue) = 145+28+203=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #911CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CCB is #6EE334. Grayscale: #525252. Windows color (decimal): -7267125 or 13311121. OLE color: 13311121.

HSL color Cylindrical-coordinate representation of color #911CCB: hue angle of 280.11º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911CCB is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 28 203 -
CMYK 0.29 0.86 0 0.20
HSL 280.11º 0.76% 0.45% -
HSV(B) 280.11º 0.86% 0.8% -
XYZ 22.87 11.16 57.45 -
YUV 82.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 145 28 203 0.29 0.86 0 0.20 280.11 0.76 0.45
Hex 91 1C CB 1D 56 0 14 118 4C 2D
Octal 221 34 313 35 126 0 24 430 114 55
Binary 10010001 11100 11001011 11101 1010110 0 10100 100011000 1001100 101101

Color Harmonies of #911CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CCB

Black with #911CCB

Text Example


Text Example

White with #911CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,203); }

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

background-color css

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

 a { background-color: rgb(145,28,203); }

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

border-color css

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

 span { border-color: rgb(145,28,203); }

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