Html Css Color HEX #984995 Violet Blue

📋 copy color: '#984995'

red 152 ◦ green 73 ◦ blue 149

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

Shades of Violet Blue #984995

Tints of Violet Blue #984995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 40.64%
G = 19.52%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#984995 (or 0x984995) is known color: Violet Blue. HEX triplet: 98, 49 and 95. RGB value is (152,73,149). Sum of RGB (Red+Green+Blue) = 152+73+149=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #984995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984995 is #67B66A. Grayscale: #696969. Windows color (decimal): -6796907 or 9783704. OLE color: 9783704.

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

Color convert

RGB 152 73 149 -
CMYK 0 0.52 0.02 0.40
HSL 302.28º 0.35% 0.44% -
HSV(B) 302.28º 0.52% 0.6% -
XYZ 20.76 13.61 29.97 -
YUV 105.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 152 73 149 0 0.52 0.02 0.40 302.28 0.35 0.44
Hex 98 49 95 0 34 2 28 12E 23 2C
Octal 230 111 225 0 64 2 50 456 43 54
Binary 10011000 1001001 10010101 0 110100 10 101000 100101110 100011 101100

Color Harmonies of #984995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984995

Black with #984995

Text Example


Text Example

White with #984995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984995; }

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

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

background-color css

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

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

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

border-color css

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

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

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