Html Css Color HEX #984D95 Violet Blue

📋 copy color: '#984D95'

red 152 ◦ green 77 ◦ blue 149

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

Shades of Violet Blue #984D95

Tints of Violet Blue #984D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.42%

R = 40.21%
G = 20.37%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#984D95 (or 0x984D95) is known color: Violet Blue. HEX triplet: 98, 4D and 95. RGB value is (152,77,149). Sum of RGB (Red+Green+Blue) = 152+77+149=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #984D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D95 is #67B26A. Grayscale: #6B6B6B. Windows color (decimal): -6795883 or 9784728. OLE color: 9784728.

HSL color Cylindrical-coordinate representation of color #984D95: hue angle of 302.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 #984D95 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 149 -
CMYK 0 0.49 0.02 0.40
HSL 302.4º 0.33% 0.45% -
HSV(B) 302.4º 0.49% 0.6% -
XYZ 21.03 14.15 30.06 -
YUV 107.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 152 77 149 0 0.49 0.02 0.40 302.4 0.33 0.45
Hex 98 4D 95 0 31 2 28 12E 21 2D
Octal 230 115 225 0 61 2 50 456 41 55
Binary 10011000 1001101 10010101 0 110001 10 101000 100101110 100001 101101

Color Harmonies of #984D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D95

Black with #984D95

Text Example


Text Example

White with #984D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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