Html Css Color HEX #987295 Violet Blue

📋 copy color: '#987295'

red 152 ◦ green 114 ◦ blue 149

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

Shades of Violet Blue #987295

Tints of Violet Blue #987295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 36.63%
G = 27.47%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#987295 (or 0x987295) is known color: Violet Blue. HEX triplet: 98, 72 and 95. RGB value is (152,114,149). Sum of RGB (Red+Green+Blue) = 152+114+149=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #987295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987295 is #678D6A. Grayscale: #818181. Windows color (decimal): -6786411 or 9794200. OLE color: 9794200.

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

Color convert

RGB 152 114 149 -
CMYK 0 0.25 0.02 0.40
HSL 304.74º 0.16% 0.52% -
HSV(B) 304.74º 0.25% 0.6% -
XYZ 24.39 20.88 31.18 -
YUV 129.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 152 114 149 0 0.25 0.02 0.40 304.74 0.16 0.52
Hex 98 72 95 0 19 2 28 131 10 34
Octal 230 162 225 0 31 2 50 461 20 64
Binary 10011000 1110010 10010101 0 11001 10 101000 100110001 10000 110100

Color Harmonies of #987295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987295

Black with #987295

Text Example


Text Example

White with #987295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987295; }

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

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

background-color css

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

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

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

border-color css

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

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

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