#952B94

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

Shades of Vivid Violet #952B94

Tints of Vivid Violet #952B94

Color information

#952B94 (or 0x952B94) is unknown color: approx Vivid Violet. HEX triplet: 95, 2B and 94. RGB value is (149,43,148). Sum of RGB (Red+Green+Blue) = 149+43+148=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #952B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B94 is #6AD46B. Grayscale: #565656. Windows color (decimal): -7001196 or 9710485. OLE color: 9710485.

HSL color Cylindrical-coordinate representation of color #952B94: hue angle of 300.57º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B94 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14943148-
CMYK00.710.010.42
HSL300.57º55.21%37.65%-
HSV(B)300.57º71.14%58.43%-
XYZ18.610.2629.02-
YUV86.66162.62172.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 43 (17.19% from 255) = 12.65%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=43.82%
G=12.65%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494314800.710.010.42300.5755.2137.65
Hex952B9404712A12d3726
Octal2255322401071524556746
Binary1001010110101110010100010001111101010100101101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,43,148); }

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

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

 a { background-color: rgb(149,43,148); }

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

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

 span { border-color: rgb(149,43,148); }

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