#952a9f

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

Shades of Vivid Violet #952A9F

Tints of Vivid Violet #952A9F

Color information

#952A9F (or 0x952A9F) is unknown color: approx Vivid Violet. HEX triplet: 95, 2A and 9F. RGB value is (149,42,159). Sum of RGB (Red+Green+Blue) = 149+42+159=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #952A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A9F is #6AD560. Grayscale: #565656. Windows color (decimal): -7001441 or 10431125. OLE color: 10431125.

HSL color Cylindrical-coordinate representation of color #952A9F: hue angle of 294.87º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952A9F is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14942159-
CMYK0.060.7400.38
HSL294.87º58.21%39.41%-
HSV(B)294.87º73.58%62.35%-
XYZ19.4810.5533.81-
YUV87.33168.45171.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 42 (16.80% from 255) = 12%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=42.57%
G=12%
B=45.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149421590.060.7400.38294.8758.2139.41
Hex952A9F64A0261273a27
Octal2255223761120464477247
Binary100101011010101001111111010010100100110100100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,42,159); }

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

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

 a { background-color: rgb(149,42,159); }

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

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

 span { border-color: rgb(149,42,159); }

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