Html Css Color HEX #986E9B Violet Blue

📋 copy color: '#986E9B'

red 152 ◦ green 110 ◦ blue 155

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

Shades of Violet Blue #986E9B

Tints of Violet Blue #986E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 36.45%
G = 26.38%
B = 37.17%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#986E9B (or 0x986E9B) is known color: Violet Blue. HEX triplet: 98, 6E and 9B. RGB value is (152,110,155). Sum of RGB (Red+Green+Blue) = 152+110+155=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #986E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E9B is #679164. Grayscale: #7F7F7F. Windows color (decimal): -6787429 or 10186392. OLE color: 10186392.

HSL color Cylindrical-coordinate representation of color #986E9B: hue angle of 296º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986E9B is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 110 155 -
CMYK 0.02 0.29 0 0.39
HSL 296º 0.18% 0.52% -
HSV(B) 296º 0.29% 0.61% -
XYZ 24.44 20.19 33.62 -
YUV 127.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 152 110 155 0.02 0.29 0 0.39 296 0.18 0.52
Hex 98 6E 9B 2 1D 0 27 128 12 34
Octal 230 156 233 2 35 0 47 450 22 64
Binary 10011000 1101110 10011011 10 11101 0 100111 100101000 10010 110100

Color Harmonies of #986E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986E9B

Black with #986E9B

Text Example


Text Example

White with #986E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,155); }

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

background-color css

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

 a { background-color: rgb(152,110,155); }

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

border-color css

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

 span { border-color: rgb(152,110,155); }

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