Html Css Color HEX #986A9C Violet Blue

📋 copy color: '#986A9C'

red 152 ◦ green 106 ◦ blue 156

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

Shades of Violet Blue #986A9C

Tints of Violet Blue #986A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 36.71%
G = 25.6%
B = 37.68%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#986A9C (or 0x986A9C) is known color: Violet Blue. HEX triplet: 98, 6A and 9C. RGB value is (152,106,156). Sum of RGB (Red+Green+Blue) = 152+106+156=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #986A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A9C is #679563. Grayscale: #7D7D7D. Windows color (decimal): -6788452 or 10250904. OLE color: 10250904.

HSL color Cylindrical-coordinate representation of color #986A9C: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986A9C is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 106 156 -
CMYK 0.03 0.32 0 0.39
HSL 295.2º 0.2% 0.51% -
HSV(B) 295.2º 0.32% 0.61% -
XYZ 24.1 19.38 33.92 -
YUV 125.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 152 106 156 0.03 0.32 0 0.39 295.2 0.2 0.51
Hex 98 6A 9C 3 20 0 27 127 14 33
Octal 230 152 234 3 40 0 47 447 24 63
Binary 10011000 1101010 10011100 11 100000 0 100111 100100111 10100 110011

Color Harmonies of #986A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A9C

Black with #986A9C

Text Example


Text Example

White with #986A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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