Html Css Color HEX #995596 Violet Blue

📋 copy color: '#995596'

red 153 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #995596

Tints of Violet Blue #995596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 39.43%
G = 21.91%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995596 (or 0x995596) is known color: Violet Blue. HEX triplet: 99, 55 and 96. RGB value is (153,85,150). Sum of RGB (Red+Green+Blue) = 153+85+150=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #995596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995596 is #66AA69. Grayscale: #707070. Windows color (decimal): -6728298 or 9852313. OLE color: 9852313.

HSL color Cylindrical-coordinate representation of color #995596: hue angle of 302.65º 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 #995596 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 85 150 -
CMYK 0 0.44 0.02 0.4
HSL 302.65º 0.29% 0.47% -
HSV(B) 302.65º 0.44% 0.6% -
XYZ 21.89 15.47 30.69 -
YUV 112.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 153 85 150 0 0.44 0.02 0.4 302.65 0.29 0.47
Hex 99 55 96 0 2C 2 28 12F 1D 2F
Octal 231 125 226 0 54 2 50 457 35 57
Binary 10011001 1010101 10010110 0 101100 10 101000 100101111 11101 101111

Color Harmonies of #995596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995596

Black with #995596

Text Example


Text Example

White with #995596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995596; }

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

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

background-color css

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

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

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

border-color css

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

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

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