Html Css Color HEX #9016C9 Dark Violet

📋 copy color: '#9016C9'

red 144 ◦ green 22 ◦ blue 201

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

Shades of Dark Violet #9016C9

Tints of Dark Violet #9016C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.77%

R = 39.24%
G = 5.99%
B = 54.77%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9016C9 (or 0x9016C9) is known color: Dark Violet. HEX triplet: 90, 16 and C9. RGB value is (144,22,201). Sum of RGB (Red+Green+Blue) = 144+22+201=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #9016C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016C9 is #6FE936. Grayscale: #4E4E4E. Windows color (decimal): -7334199 or 13178512. OLE color: 13178512.

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

Color convert

RGB 144 22 201 -
CMYK 0.28 0.89 0 0.21
HSL 280.89º 0.8% 0.44% -
HSV(B) 280.89º 0.89% 0.79% -
XYZ 22.33 10.72 56.15 -
YUV 78.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 144 22 201 0.28 0.89 0 0.21 280.89 0.8 0.44
Hex 90 16 C9 1C 59 0 15 119 50 2C
Octal 220 26 311 34 131 0 25 431 120 54
Binary 10010000 10110 11001001 11100 1011001 0 10101 100011001 1010000 101100

Color Harmonies of #9016C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016C9

Black with #9016C9

Text Example


Text Example

White with #9016C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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