#995AA7

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

Shades of Violet Blue #995AA7

Tints of Violet Blue #995AA7

Color information

#995AA7 (or 0x995AA7) is unknown color: approx Violet Blue. HEX triplet: 99, 5A and A7. RGB value is (153,90,167). Sum of RGB (Red+Green+Blue) = 153+90+167=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 167 - color contains mainly: blue. Hex color #995AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AA7 is #66A558. Grayscale: #757575. Windows color (decimal): -6727001 or 10967705. OLE color: 10967705.

HSL color Cylindrical-coordinate representation of color #995AA7: hue angle of 289.09º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995AA7 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15390167-
CMYK0.080.4600.35
HSL289.09º30.43%50.39%-
HSV(B)289.09º46.11%65.49%-
XYZ23.7716.8738.56-
YUV117.62155.87153.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 90 (35.55% from 255) = 21.95%
BLUE value IS 167 (65.62% from 255) = 40.73%
R=37.32%
G=21.95%
B=40.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153901670.080.4600.35289.0930.4350.39
Hex995AA782E0231211e32
Octal23113224710560434413662
Binary100110011011010101001111000101110010001110010000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,90,167); }

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

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

 a { background-color: rgb(153,90,167); }

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

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

 span { border-color: rgb(153,90,167); }

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