#95299A

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

Shades of Vivid Violet #95299A

Tints of Vivid Violet #95299A

Color information

#95299A (or 0x95299A) is unknown color: approx Vivid Violet. HEX triplet: 95, 29 and 9A. RGB value is (149,41,154). Sum of RGB (Red+Green+Blue) = 149+41+154=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #95299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95299A is #6AD665. Grayscale: #555555. Windows color (decimal): -7001702 or 10103189. OLE color: 10103189.

HSL color Cylindrical-coordinate representation of color #95299A: hue angle of 297.35º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95299A is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14941154-
CMYK0.030.7300.40
HSL297.35º57.95%38.24%-
HSV(B)297.35º73.38%60.39%-
XYZ19.0210.3131.56-
YUV86.17166.28172.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=43.31%
G=11.92%
B=44.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149411540.030.7300.40297.3557.9538.24
Hex95299A3490281293a26
Octal2255123231110504517246
Binary10010101101001100110101110010010101000100101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95299A; }

 p { color: rgb(149,41,154); }

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

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

 a { background-color: rgb(149,41,154); }

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

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

 span { border-color: rgb(149,41,154); }

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