Html Css Color HEX #984595 Violet Blue

📋 copy color: '#984595'

red 152 ◦ green 69 ◦ blue 149

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

Shades of Violet Blue #984595

Tints of Violet Blue #984595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

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

R = 41.08%
G = 18.65%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#984595 (or 0x984595) is known color: Violet Blue. HEX triplet: 98, 45 and 95. RGB value is (152,69,149). Sum of RGB (Red+Green+Blue) = 152+69+149=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984595 is #67BA6A. Grayscale: #666666. Windows color (decimal): -6797931 or 9782680. OLE color: 9782680.

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

Color convert

RGB 152 69 149 -
CMYK 0 0.55 0.02 0.40
HSL 302.17º 0.38% 0.43% -
HSV(B) 302.17º 0.55% 0.6% -
XYZ 20.5 13.1 29.88 -
YUV 102.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 152 69 149 0 0.55 0.02 0.40 302.17 0.38 0.43
Hex 98 45 95 0 37 2 28 12E 26 2B
Octal 230 105 225 0 67 2 50 456 46 53
Binary 10011000 1000101 10010101 0 110111 10 101000 100101110 100110 101011

Color Harmonies of #984595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984595

Black with #984595

Text Example


Text Example

White with #984595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984595; }

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

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

background-color css

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

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

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

border-color css

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

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

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