Html Css Color HEX #984A8B Violet Blue

📋 copy color: '#984A8B'

red 152 ◦ green 74 ◦ blue 139

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

Shades of Violet Blue #984A8B

Tints of Violet Blue #984A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.27%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 41.64%
G = 20.27%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#984A8B (or 0x984A8B) is known color: Violet Blue. HEX triplet: 98, 4A and 8B. RGB value is (152,74,139). Sum of RGB (Red+Green+Blue) = 152+74+139=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #984A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A8B is #67B574. Grayscale: #686868. Windows color (decimal): -6796661 or 9128600. OLE color: 9128600.

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

Color convert

RGB 152 74 139 -
CMYK 0 0.51 0.09 0.40
HSL 310º 0.35% 0.44% -
HSV(B) 310º 0.51% 0.6% -
XYZ 20.06 13.44 25.96 -
YUV 104.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 152 74 139 0 0.51 0.09 0.40 310 0.35 0.44
Hex 98 4A 8B 0 33 9 28 136 23 2C
Octal 230 112 213 0 63 11 50 466 43 54
Binary 10011000 1001010 10001011 0 110011 1001 101000 100110110 100011 101100

Color Harmonies of #984A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A8B

Black with #984A8B

Text Example


Text Example

White with #984A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,74,139); }

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

background-color css

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

 a { background-color: rgb(152,74,139); }

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

border-color css

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

 span { border-color: rgb(152,74,139); }

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