#995C9B

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

Shades of Violet Blue #995C9B

Tints of Violet Blue #995C9B

Color information

#995C9B (or 0x995C9B) is unknown color: approx Violet Blue. HEX triplet: 99, 5C and 9B. RGB value is (153,92,155). Sum of RGB (Red+Green+Blue) = 153+92+155=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #995C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C9B is #66A364. Grayscale: #757575. Windows color (decimal): -6726501 or 10181785. OLE color: 10181785.

HSL color Cylindrical-coordinate representation of color #995C9B: hue angle of 298.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995C9B is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15392155-
CMYK0.010.4100.39
HSL298.1º25.51%48.43%-
HSV(B)298.1º40.65%60.78%-
XYZ22.8816.7933.05-
YUV117.42149.21153.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=38.25%
G=23%
B=38.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153921550.010.4100.39298.125.5148.43
Hex995C9B12902712a1a30
Octal2311342331510474523260
Binary100110011011100100110111101001010011110010101011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C9B; }

 p { color: rgb(153,92,155); }

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

<style>
 a { background-color: #995C9B; }

 a { background-color: rgb(153,92,155); }

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

<style>
 span { border-color: #995C9B; }

 span { border-color: rgb(153,92,155); }

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