#952BA3

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

Shades of Vivid Violet #952BA3

Tints of Vivid Violet #952BA3

Color information

#952BA3 (or 0x952BA3) is unknown color: approx Vivid Violet. HEX triplet: 95, 2B and A3. RGB value is (149,43,163). Sum of RGB (Red+Green+Blue) = 149+43+163=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #952BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BA3 is #6AD45C. Grayscale: #585858. Windows color (decimal): -7001181 or 10693525. OLE color: 10693525.

HSL color Cylindrical-coordinate representation of color #952BA3: hue angle of 293º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952BA3 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14943163-
CMYK0.090.7400.36
HSL293º58.25%40.39%-
HSV(B)293º73.62%63.92%-
XYZ19.8710.7635.68-
YUV88.37170.12171.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=41.97%
G=12.11%
B=45.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149431630.090.7400.3629358.2540.39
Hex952BA394A0241253a28
Octal22553243111120444457250
Binary1001010110101110100011100110010100100100100100101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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