Html Css Color HEX #9010CC Dark Violet

📋 copy color: '#9010CC'

red 144 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #9010CC

Tints of Dark Violet #9010CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 39.56%
G = 4.4%
B = 56.04%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9010CC (or 0x9010CC) is known color: Dark Violet. HEX triplet: 90, 10 and CC. RGB value is (144,16,204). Sum of RGB (Red+Green+Blue) = 144+16+204=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #9010CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010CC is #6FEF33. Grayscale: #4B4B4B. Windows color (decimal): -7335732 or 13373584. OLE color: 13373584.

HSL color Cylindrical-coordinate representation of color #9010CC: hue angle of 280.85º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010CC is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 16 204 -
CMYK 0.29 0.92 0 0.2
HSL 280.85º 0.85% 0.43% -
HSV(B) 280.85º 0.92% 0.8% -
XYZ 22.59 10.66 57.99 -
YUV 75.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 144 16 204 0.29 0.92 0 0.2 280.85 0.85 0.43
Hex 90 10 CC 1D 5C 0 14 119 55 2B
Octal 220 20 314 35 134 0 24 431 125 53
Binary 10010000 10000 11001100 11101 1011100 0 10100 100011001 1010101 101011

Color Harmonies of #9010CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010CC

Black with #9010CC

Text Example


Text Example

White with #9010CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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