Html Css Color HEX #986590 Violet Blue

📋 copy color: '#986590'

red 152 ◦ green 101 ◦ blue 144

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

Shades of Violet Blue #986590

Tints of Violet Blue #986590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 38.29%
G = 25.44%
B = 36.27%

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

#986590 (or 0x986590) is known color: Violet Blue. HEX triplet: 98, 65 and 90. RGB value is (152,101,144). Sum of RGB (Red+Green+Blue) = 152+101+144=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986590 is #679A6F. Grayscale: #797979. Windows color (decimal): -6789744 or 9463192. OLE color: 9463192.

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

Color convert

RGB 152 101 144 -
CMYK 0 0.34 0.05 0.40
HSL 309.41º 0.2% 0.5% -
HSV(B) 309.41º 0.34% 0.6% -
XYZ 22.64 18 28.67 -
YUV 121.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 152 101 144 0 0.34 0.05 0.40 309.41 0.2 0.5
Hex 98 65 90 0 22 5 28 135 14 32
Octal 230 145 220 0 42 5 50 465 24 62
Binary 10011000 1100101 10010000 0 100010 101 101000 100110101 10100 110010

Color Harmonies of #986590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986590

Black with #986590

Text Example


Text Example

White with #986590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986590; }

 p { color: rgb(152,101,144); }

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

background-color css

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

 a { background-color: rgb(152,101,144); }

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

border-color css

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

 span { border-color: rgb(152,101,144); }

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