Html Css Color HEX #9011CC Dark Violet

📋 copy color: '#9011CC'

red 144 ◦ green 17 ◦ blue 204

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

Shades of Dark Violet #9011CC

Tints of Dark Violet #9011CC

RGB

 RED value IS 144 (56.64% from 255) = 39.45%

 GREEN value IS 17 (7.03% from 255) = 4.66%

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

R = 39.45%
G = 4.66%
B = 55.89%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9011CC (or 0x9011CC) is known color: Dark Violet. HEX triplet: 90, 11 and CC. RGB value is (144,17,204). Sum of RGB (Red+Green+Blue) = 144+17+204=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #9011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CC is #6FEE33. Grayscale: #4B4B4B. Windows color (decimal): -7335476 or 13373840. OLE color: 13373840.

HSL color Cylindrical-coordinate representation of color #9011CC: hue angle of 280.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011CC is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 17 204 -
CMYK 0.29 0.92 0 0.2
HSL 280.75º 0.85% 0.43% -
HSV(B) 280.75º 0.92% 0.8% -
XYZ 22.6 10.69 58 -
YUV 76.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 144 17 204 0.29 0.92 0 0.2 280.75 0.85 0.43
Hex 90 11 CC 1D 5C 0 14 119 55 2B
Octal 220 21 314 35 134 0 24 431 125 53
Binary 10010000 10001 11001100 11101 1011100 0 10100 100011001 1010101 101011

Color Harmonies of #9011CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011CC

Black with #9011CC

Text Example


Text Example

White with #9011CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9011CC; }

 p { color: rgb(144,17,204); }

 H1.HeaderClassName
 {
   color: #9011CC;
 }
 .AnyTagClassName
 {
   color: #9011CC;
 }
</style>

background-color css

<style>
 a { background-color: #9011CC; }

 a { background-color: rgb(144,17,204); }

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

border-color css

<style>
 span { border-color: #9011CC; }

 span { border-color: rgb(144,17,204); }

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