#9C3192

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

Shades of Vivid Violet #9C3192

Tints of Vivid Violet #9C3192

Color information

#9C3192 (or 0x9C3192) is unknown color: approx Vivid Violet. HEX triplet: 9C, 31 and 92. RGB value is (156,49,146). Sum of RGB (Red+Green+Blue) = 156+49+146=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3192 is #63CE6D. Grayscale: #5B5B5B. Windows color (decimal): -6540910 or 9580956. OLE color: 9580956.

HSL color Cylindrical-coordinate representation of color #9C3192: hue angle of 305.61º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3192 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15649146-
CMYK00.690.060.39
HSL305.61º52.2%40.2%-
HSV(B)305.61º68.59%61.18%-
XYZ2011.3428.33-
YUV92.05158.45173.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 13.96%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=44.44%
G=13.96%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564914600.690.060.39305.6152.240.2
Hex9C31920456271323428
Octal2346122201056474626450
Binary100111001100011001001001000101110100111100110010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,49,146); }

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

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

 a { background-color: rgb(156,49,146); }

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

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

 span { border-color: rgb(156,49,146); }

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