#95509B

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

Shades of Violet Blue #95509B

Tints of Violet Blue #95509B

Color information

#95509B (or 0x95509B) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9B. RGB value is (149,80,155). Sum of RGB (Red+Green+Blue) = 149+80+155=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #95509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509B is #6AAF64. Grayscale: #6C6C6C. Windows color (decimal): -6991717 or 10178709. OLE color: 10178709.

HSL color Cylindrical-coordinate representation of color #95509B: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95509B is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14980155-
CMYK0.040.4800.39
HSL295.2º31.91%46.08%-
HSV(B)295.2º48.39%60.78%-
XYZ21.1814.4932.69-
YUV109.18153.86156.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=38.80%
G=20.83%
B=40.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149801550.040.4800.39295.231.9146.08
Hex95509B430027127202e
Octal2251202334600474474056
Binary100101011010000100110111001100000100111100100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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