Html Css Color HEX #986096 Violet Blue

📋 copy color: '#986096'

red 152 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #986096

Tints of Violet Blue #986096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 38.19%
G = 24.12%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#986096 (or 0x986096) is known color: Violet Blue. HEX triplet: 98, 60 and 96. RGB value is (152,96,150). Sum of RGB (Red+Green+Blue) = 152+96+150=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #986096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986096 is #679F69. Grayscale: #767676. Windows color (decimal): -6791018 or 9855128. OLE color: 9855128.

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

Color convert

RGB 152 96 150 -
CMYK 0 0.37 0.01 0.40
HSL 302.14º 0.23% 0.49% -
HSV(B) 302.14º 0.37% 0.6% -
XYZ 22.64 17.24 30.99 -
YUV 118.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 152 96 150 0 0.37 0.01 0.40 302.14 0.23 0.49
Hex 98 60 96 0 25 1 28 12E 17 31
Octal 230 140 226 0 45 1 50 456 27 61
Binary 10011000 1100000 10010110 0 100101 1 101000 100101110 10111 110001

Color Harmonies of #986096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986096

Black with #986096

Text Example


Text Example

White with #986096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986096; }

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

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

background-color css

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

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

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

border-color css

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

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

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