#95509C

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

Shades of Violet Blue #95509C

Tints of Violet Blue #95509C

Color information

#95509C (or 0x95509C) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 9C. RGB value is (149,80,156). Sum of RGB (Red+Green+Blue) = 149+80+156=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #95509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95509C is #6AAF63. Grayscale: #6D6D6D. Windows color (decimal): -6991716 or 10244245. OLE color: 10244245.

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

Color convert

RGB14980156-
CMYK0.040.4900.39
HSL294.47º32.2%46.27%-
HSV(B)294.47º48.72%61.18%-
XYZ21.2614.5333.14-
YUV109.29154.36156.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 80 (31.64% from 255) = 20.78%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=38.70%
G=20.78%
B=40.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149801560.040.4900.39294.4732.246.27
Hex95509C431027126202e
Octal2251202344610474464056
Binary100101011010000100111001001100010100111100100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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