Html Css Color HEX #984990 Violet Blue

📋 copy color: '#984990'

red 152 ◦ green 73 ◦ blue 144

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

Shades of Violet Blue #984990

Tints of Violet Blue #984990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

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

R = 41.19%
G = 19.78%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#984990 (or 0x984990) is known color: Violet Blue. HEX triplet: 98, 49 and 90. RGB value is (152,73,144). Sum of RGB (Red+Green+Blue) = 152+73+144=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984990 is #67B66F. Grayscale: #686868. Windows color (decimal): -6796912 or 9456024. OLE color: 9456024.

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

Color convert

RGB 152 73 144 -
CMYK 0 0.52 0.05 0.40
HSL 306.08º 0.35% 0.44% -
HSV(B) 306.08º 0.52% 0.6% -
XYZ 20.37 13.45 27.91 -
YUV 104.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 152 73 144 0 0.52 0.05 0.40 306.08 0.35 0.44
Hex 98 49 90 0 34 5 28 132 23 2C
Octal 230 111 220 0 64 5 50 462 43 54
Binary 10011000 1001001 10010000 0 110100 101 101000 100110010 100011 101100

Color Harmonies of #984990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984990

Black with #984990

Text Example


Text Example

White with #984990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984990; }

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

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

background-color css

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

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

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

border-color css

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

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

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