Html Css Color HEX #911BCC Dark Orchid

📋 copy color: '#911BCC'

red 145 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #911BCC

Tints of Dark Orchid #911BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 38.56%
G = 7.18%
B = 54.26%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#911BCC (or 0x911BCC) is known color: Dark Orchid. HEX triplet: 91, 1B and CC. RGB value is (145,27,204). Sum of RGB (Red+Green+Blue) = 145+27+204=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #911BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BCC is #6EE433. Grayscale: #515151. Windows color (decimal): -7267380 or 13376401. OLE color: 13376401.

HSL color Cylindrical-coordinate representation of color #911BCC: hue angle of 280º 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 #911BCC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 27 204 -
CMYK 0.29 0.87 0 0.2
HSL 280º 0.77% 0.45% -
HSV(B) 280º 0.87% 0.8% -
XYZ 22.97 11.16 58.07 -
YUV 82.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 145 27 204 0.29 0.87 0 0.2 280 0.77 0.45
Hex 91 1B CC 1D 57 0 14 118 4D 2D
Octal 221 33 314 35 127 0 24 430 115 55
Binary 10010001 11011 11001100 11101 1010111 0 10100 100011000 1001101 101101

Color Harmonies of #911BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911BCC

Black with #911BCC

Text Example


Text Example

White with #911BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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