#9C08BE

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

Shades of Dark Violet #9C08BE

Tints of Dark Violet #9C08BE

Color information

#9C08BE (or 0x9C08BE) is unknown color: approx Dark Violet. HEX triplet: 9C, 08 and BE. RGB value is (156,8,190). Sum of RGB (Red+Green+Blue) = 156+8+190=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C08BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C08BE is #63F741. Grayscale: #484848. Windows color (decimal): -6551362 or 12454044. OLE color: 12454044.

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

Color convert

RGB1568190-
CMYK0.180.9600.25
HSL288.79º91.92%38.82%-
HSV(B)288.79º95.79%74.51%-
XYZ23.0910.9649.61-
YUV73194.03187.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 8 (3.52% from 255) = 2.26%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=44.07%
G=2.26%
B=53.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15681900.180.9600.25288.7991.9238.82
Hex9C8BE12600191215c27
Octal234102762214003144113447
Binary100111001000101111101001011000000110011001000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C08BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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