#995398

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

Shades of Violet Blue #995398

Tints of Violet Blue #995398

Color information

#995398 (or 0x995398) is unknown color: approx Violet Blue. HEX triplet: 99, 53 and 98. RGB value is (153,83,152). Sum of RGB (Red+Green+Blue) = 153+83+152=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995398 is #66AC67. Grayscale: #6F6F6F. Windows color (decimal): -6728808 or 9982873. OLE color: 9982873.

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

Color convert

RGB15383152-
CMYK00.460.010.4
HSL300.86º29.66%46.27%-
HSV(B)300.86º45.75%60%-
XYZ21.915.2331.49-
YUV111.8150.69157.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=39.43%
G=21.39%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538315200.460.010.4300.8629.6646.27
Hex99539802E12812d1e2e
Octal2311232300561504553656
Binary100110011010011100110000101110110100010010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995398; }

 p { color: rgb(153,83,152); }

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

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

 a { background-color: rgb(153,83,152); }

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

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

 span { border-color: rgb(153,83,152); }

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