Html Css Color HEX #995796 Violet Blue

📋 copy color: '#995796'

red 153 ◦ green 87 ◦ blue 150

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

Shades of Violet Blue #995796

Tints of Violet Blue #995796

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

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

R = 39.23%
G = 22.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995796 (or 0x995796) is known color: Violet Blue. HEX triplet: 99, 57 and 96. RGB value is (153,87,150). Sum of RGB (Red+Green+Blue) = 153+87+150=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #995796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995796 is #66A869. Grayscale: #717171. Windows color (decimal): -6727786 or 9852825. OLE color: 9852825.

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

Color convert

RGB 153 87 150 -
CMYK 0 0.43 0.02 0.4
HSL 302.73º 0.28% 0.47% -
HSV(B) 302.73º 0.43% 0.6% -
XYZ 22.05 15.79 30.74 -
YUV 113.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 153 87 150 0 0.43 0.02 0.4 302.73 0.28 0.47
Hex 99 57 96 0 2B 2 28 12F 1C 2F
Octal 231 127 226 0 53 2 50 457 34 57
Binary 10011001 1010111 10010110 0 101011 10 101000 100101111 11100 101111

Color Harmonies of #995796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995796

Black with #995796

Text Example


Text Example

White with #995796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995796; }

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

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

background-color css

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

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

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

border-color css

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

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

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