Html Css Color HEX #9011CD Dark Violet

📋 copy color: '#9011CD'

red 144 ◦ green 17 ◦ blue 205

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

Shades of Dark Violet #9011CD

Tints of Dark Violet #9011CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 39.34%
G = 4.64%
B = 56.01%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9011CD (or 0x9011CD) is known color: Dark Violet. HEX triplet: 90, 11 and CD. RGB value is (144,17,205). Sum of RGB (Red+Green+Blue) = 144+17+205=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #9011CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CD is #6FEE32. Grayscale: #4B4B4B. Windows color (decimal): -7335475 or 13439376. OLE color: 13439376.

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

Color convert

RGB 144 17 205 -
CMYK 0.30 0.92 0 0.20
HSL 280.53º 0.85% 0.44% -
HSV(B) 280.53º 0.92% 0.8% -
XYZ 22.72 10.74 58.63 -
YUV 76.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 144 17 205 0.30 0.92 0 0.20 280.53 0.85 0.44
Hex 90 11 CD 1E 5C 0 14 119 55 2C
Octal 220 21 315 36 134 0 24 431 125 54
Binary 10010000 10001 11001101 11110 1011100 0 10100 100011001 1010101 101100

Color Harmonies of #9011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011CD

Black with #9011CD

Text Example


Text Example

White with #9011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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