#95509E

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

Shades of Violet Blue #95509E

Tints of Violet Blue #95509E

Color information

#95509E (or 0x95509E) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9E. RGB value is (149,80,158). Sum of RGB (Red+Green+Blue) = 149+80+158=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #95509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509E is #6AAF61. Grayscale: #6D6D6D. Windows color (decimal): -6991714 or 10375317. OLE color: 10375317.

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

Color convert

RGB14980158-
CMYK0.060.4900.38
HSL293.08º32.77%46.67%-
HSV(B)293.08º49.37%61.96%-
XYZ21.4314.634.04-
YUV109.52155.36156.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=38.50%
G=20.67%
B=40.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149801580.060.4900.38293.0832.7746.67
Hex95509E631026125212f
Octal2251202366610464454157
Binary100101011010000100111101101100010100110100100101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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