Html Css Color HEX #986AA1 Violet Blue

📋 copy color: '#986AA1'

red 152 ◦ green 106 ◦ blue 161

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

Shades of Violet Blue #986AA1

Tints of Violet Blue #986AA1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.3%

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

R = 36.28%
G = 25.3%
B = 38.42%

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

#986AA1 (or 0x986AA1) is known color: Violet Blue. HEX triplet: 98, 6A and A1. RGB value is (152,106,161). Sum of RGB (Red+Green+Blue) = 152+106+161=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 161 - color contains mainly: blue. Hex color #986AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AA1 is #67955E. Grayscale: #7D7D7D. Windows color (decimal): -6788447 or 10578584. OLE color: 10578584.

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

Color convert

RGB 152 106 161 -
CMYK 0.06 0.34 0 0.37
HSL 290.18º 0.23% 0.52% -
HSV(B) 290.18º 0.34% 0.63% -
XYZ 24.54 19.56 36.2 -
YUV 126.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 152 106 161 0.06 0.34 0 0.37 290.18 0.23 0.52
Hex 98 6A A1 6 22 0 25 122 17 34
Octal 230 152 241 6 42 0 45 442 27 64
Binary 10011000 1101010 10100001 110 100010 0 100101 100100010 10111 110100

Color Harmonies of #986AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AA1

Black with #986AA1

Text Example


Text Example

White with #986AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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