Html Css Color HEX #984C96 Violet Blue

📋 copy color: '#984C96'

red 152 ◦ green 76 ◦ blue 150

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

Shades of Violet Blue #984C96

Tints of Violet Blue #984C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 40.21%
G = 20.11%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#984C96 (or 0x984C96) is known color: Violet Blue. HEX triplet: 98, 4C and 96. RGB value is (152,76,150). Sum of RGB (Red+Green+Blue) = 152+76+150=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #984C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C96 is #67B369. Grayscale: #6A6A6A. Windows color (decimal): -6796138 or 9850008. OLE color: 9850008.

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

Color convert

RGB 152 76 150 -
CMYK 0 0.50 0.01 0.40
HSL 301.58º 0.33% 0.45% -
HSV(B) 301.58º 0.5% 0.6% -
XYZ 21.04 14.05 30.46 -
YUV 107.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 152 76 150 0 0.50 0.01 0.40 301.58 0.33 0.45
Hex 98 4C 96 0 32 1 28 12E 21 2D
Octal 230 114 226 0 62 1 50 456 41 55
Binary 10011000 1001100 10010110 0 110010 1 101000 100101110 100001 101101

Color Harmonies of #984C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984C96

Black with #984C96

Text Example


Text Example

White with #984C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,76,150); }

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

background-color css

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

 a { background-color: rgb(152,76,150); }

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

border-color css

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

 span { border-color: rgb(152,76,150); }

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