#995D94

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

Shades of Violet Blue #995D94

Tints of Violet Blue #995D94

Color information

#995D94 (or 0x995D94) is unknown color: approx Violet Blue. HEX triplet: 99, 5D and 94. RGB value is (153,93,148). Sum of RGB (Red+Green+Blue) = 153+93+148=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #995D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995D94 is #66A26B. Grayscale: #757575. Windows color (decimal): -6726252 or 9723289. OLE color: 9723289.

HSL color Cylindrical-coordinate representation of color #995D94: hue angle of 305º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995D94 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB15393148-
CMYK00.390.030.4
HSL305º24.39%48.24%-
HSV(B)305º39.22%60%-
XYZ22.416.7430.07-
YUV117.21145.38153.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.83%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 148 (58.20% from 255) = 37.56%
R=38.83%
G=23.60%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539314800.390.030.430524.3948.24
Hex995D940273281311830
Octal2311352240473504613060
Binary1001100110111011001010001001111110100010011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,93,148); }

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

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

 a { background-color: rgb(153,93,148); }

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

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

 span { border-color: rgb(153,93,148); }

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