Html Css Color HEX #995599 Violet Blue

📋 copy color: '#995599'

red 153 ◦ green 85 ◦ blue 153

#995599
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #995599

Tints of Violet Blue #995599

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

 GREEN value IS 85 (33.59% from 255) = 21.74%

 BLUE value IS 153 (60.16% from 255) = 39.13%

R = 39.13%
G = 21.74%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#995599 (or 0x995599) is known color: Violet Blue. HEX triplet: 99, 55 and 99. RGB value is (153,85,153). Sum of RGB (Red+Green+Blue) = 153+85+153=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995599 is #66AA66. Grayscale: #707070. Windows color (decimal): -6728295 or 10048921. OLE color: 10048921.

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

Color convert

RGB 153 85 153 -
CMYK 0 0.44 0 0.4
HSL 300º 0.29% 0.47% -
HSV(B) 300º 0.44% 0.6% -
XYZ 22.14 15.57 31.98 -
YUV 113.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 153 85 153 0 0.44 0 0.4 300 0.29 0.47
Hex 99 55 99 0 2C 0 28 12C 1D 2F
Octal 231 125 231 0 54 0 50 454 35 57
Binary 10011001 1010101 10011001 0 101100 0 101000 100101100 11101 101111

Color Harmonies of #995599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995599

Black with #995599

Text Example


Text Example

White with #995599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995599; }

 p { color: rgb(153,85,153); }

 H1.HeaderClassName
 {
   color: #995599;
 }
 .AnyTagClassName
 {
   color: #995599;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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