Html Css Color HEX #9010C0 Dark Violet

📋 copy color: '#9010C0'

red 144 ◦ green 16 ◦ blue 192

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

Shades of Dark Violet #9010C0

Tints of Dark Violet #9010C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 40.91%
G = 4.55%
B = 54.55%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9010C0 (or 0x9010C0) is known color: Dark Violet. HEX triplet: 90, 10 and C0. RGB value is (144,16,192). Sum of RGB (Red+Green+Blue) = 144+16+192=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #9010C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010C0 is #6FEF3F. Grayscale: #494949. Windows color (decimal): -7335744 or 12587152. OLE color: 12587152.

HSL color Cylindrical-coordinate representation of color #9010C0: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010C0 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 16 192 -
CMYK 0.25 0.92 0 0.25
HSL 283.64º 0.85% 0.41% -
HSV(B) 283.64º 0.92% 0.75% -
XYZ 21.2 10.11 50.7 -
YUV 74.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 144 16 192 0.25 0.92 0 0.25 283.64 0.85 0.41
Hex 90 10 C0 19 5C 0 19 11C 55 29
Octal 220 20 300 31 134 0 31 434 125 51
Binary 10010000 10000 11000000 11001 1011100 0 11001 100011100 1010101 101001

Color Harmonies of #9010C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010C0

Black with #9010C0

Text Example


Text Example

White with #9010C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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