Html Css Color HEX #987896 Violet Blue

📋 copy color: '#987896'

red 152 ◦ green 120 ◦ blue 150

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

Shades of Violet Blue #987896

Tints of Violet Blue #987896

RGB

 RED value IS 152 (59.77% from 255) = 36.02%

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 36.02%
G = 28.44%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#987896 (or 0x987896) is known color: Violet Blue. HEX triplet: 98, 78 and 96. RGB value is (152,120,150). Sum of RGB (Red+Green+Blue) = 152+120+150=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #987896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987896 is #678769. Grayscale: #848484. Windows color (decimal): -6784874 or 9861272. OLE color: 9861272.

HSL color Cylindrical-coordinate representation of color #987896: hue angle of 303.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987896 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 120 150 -
CMYK 0 0.21 0.01 0.40
HSL 303.75º 0.13% 0.53% -
HSV(B) 303.75º 0.21% 0.6% -
XYZ 25.17 22.31 31.83 -
YUV 132.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 152 120 150 0 0.21 0.01 0.40 303.75 0.13 0.53
Hex 98 78 96 0 15 1 28 130 D 35
Octal 230 170 226 0 25 1 50 460 15 65
Binary 10011000 1111000 10010110 0 10101 1 101000 100110000 1101 110101

Color Harmonies of #987896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987896

Black with #987896

Text Example


Text Example

White with #987896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987896; }

 p { color: rgb(152,120,150); }

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

background-color css

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

 a { background-color: rgb(152,120,150); }

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

border-color css

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

 span { border-color: rgb(152,120,150); }

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