#9C3D93

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

Shades of Vivid Violet #9C3D93

Tints of Vivid Violet #9C3D93

Color information

#9C3D93 (or 0x9C3D93) is unknown color: approx Vivid Violet. HEX triplet: 9C, 3D and 93. RGB value is (156,61,147). Sum of RGB (Red+Green+Blue) = 156+61+147=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3D93 is #63C26C. Grayscale: #626262. Windows color (decimal): -6537837 or 9649564. OLE color: 9649564.

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

Color convert

RGB15661147-
CMYK00.610.060.39
HSL305.68º43.78%42.55%-
HSV(B)305.68º60.9%61.18%-
XYZ20.6512.5128.93-
YUV99.21154.97168.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 147 (57.81% from 255) = 40.38%
R=42.86%
G=16.76%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566114700.610.060.39305.6843.7842.55
Hex9C3D9303D6271322c2b
Octal234752230756474625453
Binary10011100111101100100110111101110100111100110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,147); }

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

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

 a { background-color: rgb(156,61,147); }

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

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

 span { border-color: rgb(156,61,147); }

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