Html Css Color HEX #986BA1 Violet Blue

📋 copy color: '#986BA1'

red 152 ◦ green 107 ◦ blue 161

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

Shades of Violet Blue #986BA1

Tints of Violet Blue #986BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 36.19%
G = 25.48%
B = 38.33%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#986BA1 (or 0x986BA1) is known color: Violet Blue. HEX triplet: 98, 6B and A1. RGB value is (152,107,161). Sum of RGB (Red+Green+Blue) = 152+107+161=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #986BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BA1 is #67945E. Grayscale: #7E7E7E. Windows color (decimal): -6788191 or 10578840. OLE color: 10578840.

HSL color Cylindrical-coordinate representation of color #986BA1: hue angle of 290º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986BA1 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 107 161 -
CMYK 0.06 0.34 0 0.37
HSL 290º 0.22% 0.53% -
HSV(B) 290º 0.34% 0.63% -
XYZ 24.64 19.76 36.23 -
YUV 126.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 152 107 161 0.06 0.34 0 0.37 290 0.22 0.53
Hex 98 6B A1 6 22 0 25 122 16 35
Octal 230 153 241 6 42 0 45 442 26 65
Binary 10011000 1101011 10100001 110 100010 0 100101 100100010 10110 110101

Color Harmonies of #986BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BA1

Black with #986BA1

Text Example


Text Example

White with #986BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986BA1; }

 p { color: rgb(152,107,161); }

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

background-color css

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

 a { background-color: rgb(152,107,161); }

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

border-color css

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

 span { border-color: rgb(152,107,161); }

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