Html Css Color HEX #985490 Violet Blue

📋 copy color: '#985490'

red 152 ◦ green 84 ◦ blue 144

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

Shades of Violet Blue #985490

Tints of Violet Blue #985490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

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

R = 40%
G = 22.11%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#985490 (or 0x985490) is known color: Violet Blue. HEX triplet: 98, 54 and 90. RGB value is (152,84,144). Sum of RGB (Red+Green+Blue) = 152+84+144=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #985490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985490 is #67AB6F. Grayscale: #6F6F6F. Windows color (decimal): -6794096 or 9458840. OLE color: 9458840.

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

Color convert

RGB 152 84 144 -
CMYK 0 0.45 0.05 0.40
HSL 307.06º 0.29% 0.46% -
HSV(B) 307.06º 0.45% 0.6% -
XYZ 21.15 15.03 28.17 -
YUV 111.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 152 84 144 0 0.45 0.05 0.40 307.06 0.29 0.46
Hex 98 54 90 0 2D 5 28 133 1D 2E
Octal 230 124 220 0 55 5 50 463 35 56
Binary 10011000 1010100 10010000 0 101101 101 101000 100110011 11101 101110

Color Harmonies of #985490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985490

Black with #985490

Text Example


Text Example

White with #985490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985490; }

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

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

background-color css

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

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

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

border-color css

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

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

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