#9C3694

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

Shades of Vivid Violet #9C3694

Tints of Vivid Violet #9C3694

Color information

#9C3694 (or 0x9C3694) is unknown color: approx Vivid Violet. HEX triplet: 9C, 36 and 94. RGB value is (156,54,148). Sum of RGB (Red+Green+Blue) = 156+54+148=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3694 is #63C96B. Grayscale: #5E5E5E. Windows color (decimal): -6539628 or 9713308. OLE color: 9713308.

HSL color Cylindrical-coordinate representation of color #9C3694: hue angle of 304.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3694 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15654148-
CMYK00.650.050.39
HSL304.71º48.57%41.18%-
HSV(B)304.71º65.38%61.18%-
XYZ20.3711.8429.23-
YUV95.21157.79171.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 148 (58.20% from 255) = 41.34%
R=43.58%
G=15.08%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565414800.650.050.39304.7148.5741.18
Hex9C36940415271313129
Octal2346622401015474616151
Binary100111001101101001010001000001101100111100110001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,54,148); }

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

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

 a { background-color: rgb(156,54,148); }

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

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

 span { border-color: rgb(156,54,148); }

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