Html Css Color HEX #995896 Violet Blue

📋 copy color: '#995896'

red 153 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #995896

Tints of Violet Blue #995896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 39.13%
G = 22.51%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#995896 (or 0x995896) is known color: Violet Blue. HEX triplet: 99, 58 and 96. RGB value is (153,88,150). Sum of RGB (Red+Green+Blue) = 153+88+150=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #995896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995896 is #66A769. Grayscale: #727272. Windows color (decimal): -6727530 or 9853081. OLE color: 9853081.

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

Color convert

RGB 153 88 150 -
CMYK 0 0.42 0.02 0.4
HSL 302.77º 0.27% 0.47% -
HSV(B) 302.77º 0.42% 0.6% -
XYZ 22.13 15.95 30.77 -
YUV 114.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 153 88 150 0 0.42 0.02 0.4 302.77 0.27 0.47
Hex 99 58 96 0 2A 2 28 12F 1B 2F
Octal 231 130 226 0 52 2 50 457 33 57
Binary 10011001 1011000 10010110 0 101010 10 101000 100101111 11011 101111

Color Harmonies of #995896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995896

Black with #995896

Text Example


Text Example

White with #995896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995896; }

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

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

background-color css

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

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

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

border-color css

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

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

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