Html Css Color HEX #984D8A Violet Blue

📋 copy color: '#984D8A'

red 152 ◦ green 77 ◦ blue 138

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

Shades of Violet Blue #984D8A

Tints of Violet Blue #984D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 41.42%
G = 20.98%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#984D8A (or 0x984D8A) is known color: Violet Blue. HEX triplet: 98, 4D and 8A. RGB value is (152,77,138). Sum of RGB (Red+Green+Blue) = 152+77+138=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D8A is #67B275. Grayscale: #6A6A6A. Windows color (decimal): -6795894 or 9063832. OLE color: 9063832.

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

Color convert

RGB 152 77 138 -
CMYK 0 0.49 0.09 0.40
HSL 311.2º 0.33% 0.45% -
HSV(B) 311.2º 0.49% 0.6% -
XYZ 20.19 13.82 25.65 -
YUV 106.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 152 77 138 0 0.49 0.09 0.40 311.2 0.33 0.45
Hex 98 4D 8A 0 31 9 28 137 21 2D
Octal 230 115 212 0 61 11 50 467 41 55
Binary 10011000 1001101 10001010 0 110001 1001 101000 100110111 100001 101101

Color Harmonies of #984D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D8A

Black with #984D8A

Text Example


Text Example

White with #984D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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