#955297

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

Shades of Violet Blue #955297

Tints of Violet Blue #955297

Color information

#955297 (or 0x955297) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 97. RGB value is (149,82,151). Sum of RGB (Red+Green+Blue) = 149+82+151=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #955297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955297 is #6AAD68. Grayscale: #6D6D6D. Windows color (decimal): -6991209 or 9917077. OLE color: 9917077.

HSL color Cylindrical-coordinate representation of color #955297: hue angle of 298.26º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955297 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14982151-
CMYK0.010.4600.41
HSL298.26º29.61%45.69%-
HSV(B)298.26º45.7%59.22%-
XYZ2114.6631-
YUV109.9151.2155.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 151 (59.38% from 255) = 39.53%
R=39.01%
G=21.47%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149821510.010.4600.41298.2629.6145.69
Hex95529712E02912a1e2e
Octal2251222271560514523656
Binary100101011010010100101111101110010100110010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955297; }

 p { color: rgb(149,82,151); }

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

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

 a { background-color: rgb(149,82,151); }

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

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

 span { border-color: rgb(149,82,151); }

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