#95299D

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

Shades of Vivid Violet #95299D

Tints of Vivid Violet #95299D

Color information

#95299D (or 0x95299D) is unknown color: approx Vivid Violet. HEX triplet: 95, 29 and 9D. RGB value is (149,41,157). Sum of RGB (Red+Green+Blue) = 149+41+157=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #95299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95299D is #6AD662. Grayscale: #565656. Windows color (decimal): -7001699 or 10299797. OLE color: 10299797.

HSL color Cylindrical-coordinate representation of color #95299D: hue angle of 295.86º degrees, saturation: 0.59, 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 #95299D is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14941157-
CMYK0.050.7400.38
HSL295.86º58.59%38.82%-
HSV(B)295.86º73.89%61.57%-
XYZ19.2710.4132.89-
YUV86.52167.78172.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=42.94%
G=11.82%
B=45.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149411570.050.7400.38295.8658.5938.82
Hex95299D54A0261283b27
Octal2255123551120464507347
Binary100101011010011001110110110010100100110100101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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