Html Css Color HEX #9016CE Dark Violet

📋 copy color: '#9016CE'

red 144 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #9016CE

Tints of Dark Violet #9016CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.38%

R = 38.71%
G = 5.91%
B = 55.38%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9016CE (or 0x9016CE) is known color: Dark Violet. HEX triplet: 90, 16 and CE. RGB value is (144,22,206). Sum of RGB (Red+Green+Blue) = 144+22+206=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #9016CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9016CE is #6FE931. Grayscale: #4E4E4E. Windows color (decimal): -7334194 or 13506192. OLE color: 13506192.

HSL color Cylindrical-coordinate representation of color #9016CE: hue angle of 279.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9016CE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 22 206 -
CMYK 0.30 0.89 0 0.19
HSL 279.78º 0.81% 0.45% -
HSV(B) 279.78º 0.89% 0.81% -
XYZ 22.93 10.96 59.3 -
YUV 79.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 144 22 206 0.30 0.89 0 0.19 279.78 0.81 0.45
Hex 90 16 CE 1E 59 0 13 118 51 2D
Octal 220 26 316 36 131 0 23 430 121 55
Binary 10010000 10110 11001110 11110 1011001 0 10011 100011000 1010001 101101

Color Harmonies of #9016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9016CE

Black with #9016CE

Text Example


Text Example

White with #9016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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