Html Css Color HEX #984D90 Violet Blue

📋 copy color: '#984D90'

red 152 ◦ green 77 ◦ blue 144

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

Shades of Violet Blue #984D90

Tints of Violet Blue #984D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 40.75%
G = 20.64%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#984D90 (or 0x984D90) is known color: Violet Blue. HEX triplet: 98, 4D and 90. RGB value is (152,77,144). Sum of RGB (Red+Green+Blue) = 152+77+144=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #984D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D90 is #67B26F. Grayscale: #6A6A6A. Windows color (decimal): -6795888 or 9457048. OLE color: 9457048.

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

Color convert

RGB 152 77 144 -
CMYK 0 0.49 0.05 0.40
HSL 306.4º 0.33% 0.45% -
HSV(B) 306.4º 0.49% 0.6% -
XYZ 20.64 14 28 -
YUV 107.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 152 77 144 0 0.49 0.05 0.40 306.4 0.33 0.45
Hex 98 4D 90 0 31 5 28 132 21 2D
Octal 230 115 220 0 61 5 50 462 41 55
Binary 10011000 1001101 10010000 0 110001 101 101000 100110010 100001 101101

Color Harmonies of #984D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D90

Black with #984D90

Text Example


Text Example

White with #984D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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