#95509A

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

Shades of Violet Blue #95509A

Tints of Violet Blue #95509A

Color information

#95509A (or 0x95509A) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9A. RGB value is (149,80,154). Sum of RGB (Red+Green+Blue) = 149+80+154=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 154 - color contains mainly: blue. Hex color #95509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509A is #6AAF65. Grayscale: #6C6C6C. Windows color (decimal): -6991718 or 10113173. OLE color: 10113173.

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

Color convert

RGB14980154-
CMYK0.030.4800.40
HSL295.95º31.62%45.88%-
HSV(B)295.95º48.05%60.39%-
XYZ21.114.4632.25-
YUV109.07153.36156.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=38.90%
G=20.89%
B=40.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149801540.030.4800.40295.9531.6245.88
Hex95509A330028128202e
Octal2251202323600504504056
Binary10010101101000010011010111100000101000100101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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