Html Css Color HEX #9010CE Dark Violet

📋 copy color: '#9010CE'

red 144 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #9010CE

Tints of Dark Violet #9010CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

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

R = 39.34%
G = 4.37%
B = 56.28%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9010CE (or 0x9010CE) is known color: Dark Violet. HEX triplet: 90, 10 and CE. RGB value is (144,16,206). Sum of RGB (Red+Green+Blue) = 144+16+206=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #9010CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010CE is #6FEF31. Grayscale: #4B4B4B. Windows color (decimal): -7335730 or 13504656. OLE color: 13504656.

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

Color convert

RGB 144 16 206 -
CMYK 0.30 0.92 0 0.19
HSL 280.42º 0.86% 0.44% -
HSV(B) 280.42º 0.92% 0.81% -
XYZ 22.83 10.76 59.27 -
YUV 75.93 201.41 176.55 -
System Red Green Blue C M Y K H S L
Decimal 144 16 206 0.30 0.92 0 0.19 280.42 0.86 0.44
Hex 90 10 CE 1E 5C 0 13 118 56 2C
Octal 220 20 316 36 134 0 23 430 126 54
Binary 10010000 10000 11001110 11110 1011100 0 10011 100011000 1010110 101100

Color Harmonies of #9010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010CE

Black with #9010CE

Text Example


Text Example

White with #9010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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