Html Css Color HEX #995696 Violet Blue

📋 copy color: '#995696'

red 153 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #995696

Tints of Violet Blue #995696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

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

R = 39.33%
G = 22.11%
B = 38.56%

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

#995696 (or 0x995696) is known color: Violet Blue. HEX triplet: 99, 56 and 96. RGB value is (153,86,150). Sum of RGB (Red+Green+Blue) = 153+86+150=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #995696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995696 is #66A969. Grayscale: #717171. Windows color (decimal): -6728042 or 9852569. OLE color: 9852569.

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

Color convert

RGB 153 86 150 -
CMYK 0 0.44 0.02 0.4
HSL 302.69º 0.28% 0.47% -
HSV(B) 302.69º 0.44% 0.6% -
XYZ 21.97 15.63 30.71 -
YUV 113.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 153 86 150 0 0.44 0.02 0.4 302.69 0.28 0.47
Hex 99 56 96 0 2C 2 28 12F 1C 2F
Octal 231 126 226 0 54 2 50 457 34 57
Binary 10011001 1010110 10010110 0 101100 10 101000 100101111 11100 101111

Color Harmonies of #995696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995696

Black with #995696

Text Example


Text Example

White with #995696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995696; }

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

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

background-color css

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

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

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

border-color css

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

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

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