#9A10CB

Color #9A10CB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9A10CB

Tints of Dark Violet #9A10CB

Color information

#9A10CB (or 0x9A10CB) is unknown color: approx Dark Violet. HEX triplet: 9A, 10 and CB. RGB value is (154,16,203). Sum of RGB (Red+Green+Blue) = 154+16+203=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10CB is #65EF34. Grayscale: #4D4D4D. Windows color (decimal): -6680373 or 13308058. OLE color: 13308058.

HSL color Cylindrical-coordinate representation of color #9A10CB: hue angle of 284.28º 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 #9A10CB is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15416203-
CMYK0.240.9200.20
HSL284.28º85.39%42.94%-
HSV(B)284.28º92.12%79.61%-
XYZ24.2911.5557.45-
YUV78.58198.22181.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.29%
GREEN value IS 16 (6.64% from 255) = 4.29%
BLUE value IS 203 (79.69% from 255) = 54.42%
R=41.29%
G=4.29%
B=54.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154162030.240.9200.20284.2885.3942.94
Hex9A10CB185C01411c552b
Octal232203133013402443412553
Binary1001101010000110010111100010111000101001000111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A10CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A10CB; }

 p { color: rgb(154,16,203); }

 H1.HeaderClassName
 {
   color: #9A10CB;
 }
 .AnyTagClassName
 {
   color: #9A10CB;
 }
</style>
background-color css

<style>
 a { background-color: #9A10CB; }

 a { background-color: rgb(154,16,203); }

 div.DivClassName
 {
   background-color: #9A10CB;
 }
 .BgClassName
 {
   background-color: #9A10CB;
 }
</style>
border-color css

<style>
 span { border-color: #9A10CB; }

 span { border-color: rgb(154,16,203); }

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