#95509F

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

Shades of Violet Blue #95509F

Tints of Violet Blue #95509F

Color information

#95509F (or 0x95509F) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9F. RGB value is (149,80,159). Sum of RGB (Red+Green+Blue) = 149+80+159=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #95509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509F is #6AAF60. Grayscale: #6D6D6D. Windows color (decimal): -6991713 or 10440853. OLE color: 10440853.

HSL color Cylindrical-coordinate representation of color #95509F: hue angle of 292.41º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95509F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14980159-
CMYK0.060.5000.38
HSL292.41º33.05%46.86%-
HSV(B)292.41º49.69%62.35%-
XYZ21.5214.6334.49-
YUV109.64155.86156.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=38.40%
G=20.62%
B=40.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149801590.060.5000.38292.4133.0546.86
Hex95509F632026124212f
Octal2251202376620464444157
Binary100101011010000100111111101100100100110100100100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95509F; }

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

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

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

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

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

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

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

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