Html Css Color HEX #987595 Violet Blue

📋 copy color: '#987595'

red 152 ◦ green 117 ◦ blue 149

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

Shades of Violet Blue #987595

Tints of Violet Blue #987595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 36.36%
G = 27.99%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#987595 (or 0x987595) is known color: Violet Blue. HEX triplet: 98, 75 and 95. RGB value is (152,117,149). Sum of RGB (Red+Green+Blue) = 152+117+149=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #987595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987595 is #678A6A. Grayscale: #838383. Windows color (decimal): -6785643 or 9794968. OLE color: 9794968.

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

Color convert

RGB 152 117 149 -
CMYK 0 0.23 0.02 0.40
HSL 305.14º 0.15% 0.53% -
HSV(B) 305.14º 0.23% 0.6% -
XYZ 24.74 21.57 31.29 -
YUV 131.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 152 117 149 0 0.23 0.02 0.40 305.14 0.15 0.53
Hex 98 75 95 0 17 2 28 131 F 35
Octal 230 165 225 0 27 2 50 461 17 65
Binary 10011000 1110101 10010101 0 10111 10 101000 100110001 1111 110101

Color Harmonies of #987595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987595

Black with #987595

Text Example


Text Example

White with #987595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987595; }

 p { color: rgb(152,117,149); }

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

background-color css

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

 a { background-color: rgb(152,117,149); }

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

border-color css

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

 span { border-color: rgb(152,117,149); }

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