#9C10BE

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

Shades of Dark Violet #9C10BE

Tints of Dark Violet #9C10BE

Color information

#9C10BE (or 0x9C10BE) is unknown color: approx Dark Violet. HEX triplet: 9C, 10 and BE. RGB value is (156,16,190). Sum of RGB (Red+Green+Blue) = 156+16+190=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C10BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10BE is #63EF41. Grayscale: #4D4D4D. Windows color (decimal): -6549314 or 12456092. OLE color: 12456092.

HSL color Cylindrical-coordinate representation of color #9C10BE: hue angle of 288.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C10BE is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15616190-
CMYK0.180.9200.25
HSL288.28º84.47%40.39%-
HSV(B)288.28º91.58%74.51%-
XYZ23.1911.1649.65-
YUV77.7191.38183.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 16 (6.64% from 255) = 4.42%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=43.09%
G=4.42%
B=52.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156161900.180.9200.25288.2884.4740.39
Hex9C10BE125C0191205428
Octal234202762213403144012450
Binary1001110010000101111101001010111000110011001000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C10BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,16,190); }

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

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

 a { background-color: rgb(156,16,190); }

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

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

 span { border-color: rgb(156,16,190); }

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