Html Css Color HEX #986491 Violet Blue

📋 copy color: '#986491'

red 152 ◦ green 100 ◦ blue 145

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

Shades of Violet Blue #986491

Tints of Violet Blue #986491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 38.29%
G = 25.19%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#986491 (or 0x986491) is known color: Violet Blue. HEX triplet: 98, 64 and 91. RGB value is (152,100,145). Sum of RGB (Red+Green+Blue) = 152+100+145=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986491 is #679B6E. Grayscale: #787878. Windows color (decimal): -6789999 or 9528472. OLE color: 9528472.

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

Color convert

RGB 152 100 145 -
CMYK 0 0.34 0.05 0.40
HSL 308.08º 0.21% 0.49% -
HSV(B) 308.08º 0.34% 0.6% -
XYZ 22.62 17.83 29.04 -
YUV 120.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 152 100 145 0 0.34 0.05 0.40 308.08 0.21 0.49
Hex 98 64 91 0 22 5 28 134 15 31
Octal 230 144 221 0 42 5 50 464 25 61
Binary 10011000 1100100 10010001 0 100010 101 101000 100110100 10101 110001

Color Harmonies of #986491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986491

Black with #986491

Text Example


Text Example

White with #986491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986491; }

 p { color: rgb(152,100,145); }

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

background-color css

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

 a { background-color: rgb(152,100,145); }

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

border-color css

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

 span { border-color: rgb(152,100,145); }

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