#952FA6

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

Shades of Vivid Violet #952FA6

Tints of Vivid Violet #952FA6

Color information

#952FA6 (or 0x952FA6) is unknown color: approx Vivid Violet. HEX triplet: 95, 2F and A6. RGB value is (149,47,166). Sum of RGB (Red+Green+Blue) = 149+47+166=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #952FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FA6 is #6AD059. Grayscale: #5A5A5A. Windows color (decimal): -7000154 or 10891157. OLE color: 10891157.

HSL color Cylindrical-coordinate representation of color #952FA6: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952FA6 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14947166-
CMYK0.100.7200.35
HSL291.43º55.87%41.76%-
HSV(B)291.43º71.69%65.1%-
XYZ20.2911.1837.16-
YUV91.06170.29169.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 166 (65.23% from 255) = 45.86%
R=41.16%
G=12.98%
B=45.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149471660.100.7200.35291.4355.8741.76
Hex952FA6A48023123382a
Octal22557246121100434437052
Binary1001010110111110100110101010010000100011100100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952FA6; }

 p { color: rgb(149,47,166); }

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

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

 a { background-color: rgb(149,47,166); }

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

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

 span { border-color: rgb(149,47,166); }

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