Html Css Color HEX #9016CC Dark Violet

📋 copy color: '#9016CC'

red 144 ◦ green 22 ◦ blue 204

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

Shades of Dark Violet #9016CC

Tints of Dark Violet #9016CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.95%

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

R = 38.92%
G = 5.95%
B = 55.14%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9016CC (or 0x9016CC) is known color: Dark Violet. HEX triplet: 90, 16 and CC. RGB value is (144,22,204). Sum of RGB (Red+Green+Blue) = 144+22+204=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #9016CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016CC is #6FE933. Grayscale: #4E4E4E. Windows color (decimal): -7334196 or 13375120. OLE color: 13375120.

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

Color convert

RGB 144 22 204 -
CMYK 0.29 0.89 0 0.2
HSL 280.22º 0.81% 0.44% -
HSV(B) 280.22º 0.89% 0.8% -
XYZ 22.69 10.86 58.03 -
YUV 79.23 198.42 174.2 -
System Red Green Blue C M Y K H S L
Decimal 144 22 204 0.29 0.89 0 0.2 280.22 0.81 0.44
Hex 90 16 CC 1D 59 0 14 118 51 2C
Octal 220 26 314 35 131 0 24 430 121 54
Binary 10010000 10110 11001100 11101 1011001 0 10100 100011000 1010001 101100

Color Harmonies of #9016CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016CC

Black with #9016CC

Text Example


Text Example

White with #9016CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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