Html Css Color HEX #911CCC Dark Orchid

📋 copy color: '#911CCC'

red 145 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #911CCC

Tints of Dark Orchid #911CCC

RGB

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

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

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

R = 38.46%
G = 7.43%
B = 54.11%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#911CCC (or 0x911CCC) is known color: Dark Orchid. HEX triplet: 91, 1C and CC. RGB value is (145,28,204). Sum of RGB (Red+Green+Blue) = 145+28+204=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #911CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CCC is #6EE333. Grayscale: #525252. Windows color (decimal): -7267124 or 13376657. OLE color: 13376657.

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

Color convert

RGB 145 28 204 -
CMYK 0.29 0.86 0 0.2
HSL 279.89º 0.76% 0.45% -
HSV(B) 279.89º 0.86% 0.8% -
XYZ 22.99 11.21 58.08 -
YUV 83.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 145 28 204 0.29 0.86 0 0.2 279.89 0.76 0.45
Hex 91 1C CC 1D 56 0 14 118 4C 2D
Octal 221 34 314 35 126 0 24 430 114 55
Binary 10010001 11100 11001100 11101 1010110 0 10100 100011000 1001100 101101

Color Harmonies of #911CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CCC

Black with #911CCC

Text Example


Text Example

White with #911CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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