#995089

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

Shades of Violet Blue #995089

Tints of Violet Blue #995089

Color information

#995089 (or 0x995089) is unknown color: approx Violet Blue. HEX triplet: 99, 50 and 89. RGB value is (153,80,137). Sum of RGB (Red+Green+Blue) = 153+80+137=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #995089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995089 is #66AF76. Grayscale: #6C6C6C. Windows color (decimal): -6729591 or 8999065. OLE color: 8999065.

HSL color Cylindrical-coordinate representation of color #995089: hue angle of 313.15º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995089 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB15380137-
CMYK00.480.100.4
HSL313.15º31.33%45.69%-
HSV(B)313.15º47.71%60%-
XYZ20.5214.3225.35-
YUV108.32144.18159.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=41.35%
G=21.62%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538013700.480.100.4313.1531.3345.69
Hex995089030A281391f2e
Octal23112021106012504713756
Binary100110011010000100010010110000101010100010011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995089; }

 p { color: rgb(153,80,137); }

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

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

 a { background-color: rgb(153,80,137); }

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

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

 span { border-color: rgb(153,80,137); }

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