#953C9C

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

Shades of Vivid Violet #953C9C

Tints of Vivid Violet #953C9C

Color information

#953C9C (or 0x953C9C) is unknown color: approx Vivid Violet. HEX triplet: 95, 3C and 9C. RGB value is (149,60,156). Sum of RGB (Red+Green+Blue) = 149+60+156=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #953C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C9C is #6AC363. Grayscale: #616161. Windows color (decimal): -6996836 or 10239125. OLE color: 10239125.

HSL color Cylindrical-coordinate representation of color #953C9C: hue angle of 295.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953C9C is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14960156-
CMYK0.040.6200.39
HSL295.62º44.44%42.35%-
HSV(B)295.62º61.54%61.18%-
XYZ20.0112.0232.72-
YUV97.55160.99164.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=40.82%
G=16.44%
B=42.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149601560.040.6200.39295.6244.4442.35
Hex953C9C43E0271282c2a
Octal225742344760474505452
Binary10010101111100100111001001111100100111100101000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C9C; }

 p { color: rgb(149,60,156); }

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

<style>
 a { background-color: #953C9C; }

 a { background-color: rgb(149,60,156); }

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

<style>
 span { border-color: #953C9C; }

 span { border-color: rgb(149,60,156); }

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