Html Css Color HEX #9016CB Dark Violet

📋 copy color: '#9016CB'

red 144 ◦ green 22 ◦ blue 203

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

Shades of Dark Violet #9016CB

Tints of Dark Violet #9016CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 39.02%
G = 5.96%
B = 55.01%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9016CB (or 0x9016CB) is known color: Dark Violet. HEX triplet: 90, 16 and CB. RGB value is (144,22,203). Sum of RGB (Red+Green+Blue) = 144+22+203=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #9016CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016CB is #6FE934. Grayscale: #4E4E4E. Windows color (decimal): -7334197 or 13309584. OLE color: 13309584.

HSL color Cylindrical-coordinate representation of color #9016CB: hue angle of 280.44º degrees, saturation: 0.8, 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 #9016CB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 22 203 -
CMYK 0.29 0.89 0 0.20
HSL 280.44º 0.8% 0.44% -
HSV(B) 280.44º 0.89% 0.8% -
XYZ 22.57 10.81 57.4 -
YUV 79.11 197.92 174.28 -
System Red Green Blue C M Y K H S L
Decimal 144 22 203 0.29 0.89 0 0.20 280.44 0.8 0.44
Hex 90 16 CB 1D 59 0 14 118 50 2C
Octal 220 26 313 35 131 0 24 430 120 54
Binary 10010000 10110 11001011 11101 1011001 0 10100 100011000 1010000 101100

Color Harmonies of #9016CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016CB

Black with #9016CB

Text Example


Text Example

White with #9016CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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