#9C10E7

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

Shades of Dark Violet #9C10E7

Tints of Dark Violet #9C10E7

Color information

#9C10E7 (or 0x9C10E7) is unknown color: approx Dark Violet. HEX triplet: 9C, 10 and E7. RGB value is (156,16,231). Sum of RGB (Red+Green+Blue) = 156+16+231=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #9C10E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C10E7 is #63EF18. Grayscale: #515151. Windows color (decimal): -6549273 or 15143068. OLE color: 15143068.

HSL color Cylindrical-coordinate representation of color #9C10E7: hue angle of 279.07º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C10E7 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15616231-
CMYK0.320.9300.09
HSL279.07º87.04%48.43%-
HSV(B)279.07º93.07%90.59%-
XYZ28.3213.2176.66-
YUV82.37211.88180.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 16 (6.64% from 255) = 3.97%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=38.71%
G=3.97%
B=57.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal156162310.320.9300.09279.0787.0448.43
Hex9C10E7205D091175730
Octal234203474013501142712760
Binary1001110010000111001111000001011101010011000101111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C10E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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