Html Css Color HEX #911BCB Dark Orchid

📋 copy color: '#911BCB'

red 145 ◦ green 27 ◦ blue 203

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

Shades of Dark Orchid #911BCB

Tints of Dark Orchid #911BCB

RGB

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

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

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

R = 38.67%
G = 7.2%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#911BCB (or 0x911BCB) is known color: Dark Orchid. HEX triplet: 91, 1B and CB. RGB value is (145,27,203). Sum of RGB (Red+Green+Blue) = 145+27+203=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #911BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BCB is #6EE434. Grayscale: #515151. Windows color (decimal): -7267381 or 13310865. OLE color: 13310865.

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

Color convert

RGB 145 27 203 -
CMYK 0.29 0.87 0 0.20
HSL 280.23º 0.77% 0.45% -
HSV(B) 280.23º 0.87% 0.8% -
XYZ 22.85 11.12 57.44 -
YUV 82.35 196.09 172.69 -
System Red Green Blue C M Y K H S L
Decimal 145 27 203 0.29 0.87 0 0.20 280.23 0.77 0.45
Hex 91 1B CB 1D 57 0 14 118 4D 2D
Octal 221 33 313 35 127 0 24 430 115 55
Binary 10010001 11011 11001011 11101 1010111 0 10100 100011000 1001101 101101

Color Harmonies of #911BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BCB

Black with #911BCB

Text Example


Text Example

White with #911BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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