#95509D

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

Shades of Violet Blue #95509D

Tints of Violet Blue #95509D

Color information

#95509D (or 0x95509D) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9D. RGB value is (149,80,157). Sum of RGB (Red+Green+Blue) = 149+80+157=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #95509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509D is #6AAF62. Grayscale: #6D6D6D. Windows color (decimal): -6991715 or 10309781. OLE color: 10309781.

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

Color convert

RGB14980157-
CMYK0.050.4900.38
HSL293.77º32.49%46.47%-
HSV(B)293.77º49.04%61.57%-
XYZ21.3514.5633.58-
YUV109.41154.86156.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=38.60%
G=20.73%
B=40.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149801570.050.4900.38293.7732.4946.47
Hex95509D531026126202e
Octal2251202355610464464056
Binary100101011010000100111011011100010100110100100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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