#952397

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

Shades of Vivid Violet #952397

Tints of Vivid Violet #952397

Color information

#952397 (or 0x952397) is unknown color: approx Vivid Violet. HEX triplet: 95, 23 and 97. RGB value is (149,35,151). Sum of RGB (Red+Green+Blue) = 149+35+151=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #952397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952397 is #6ADC68. Grayscale: #515151. Windows color (decimal): -7003241 or 9905045. OLE color: 9905045.

HSL color Cylindrical-coordinate representation of color #952397: hue angle of 298.97º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952397 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14935151-
CMYK0.010.7700.41
HSL298.97º62.37%36.47%-
HSV(B)298.97º76.82%59.22%-
XYZ18.589.8330.2-
YUV82.31166.77175.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 35 (14.06% from 255) = 10.45%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=44.48%
G=10.45%
B=45.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149351510.010.7700.41298.9762.3736.47
Hex95239714D02912b3e24
Octal2254322711150514537644
Binary1001010110001110010111110011010101001100101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952397; }

 p { color: rgb(149,35,151); }

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

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

 a { background-color: rgb(149,35,151); }

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

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

 span { border-color: rgb(149,35,151); }

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