Html Css Color HEX #98296D Dark Purple

📋 copy color: '#98296D'

red 152 ◦ green 41 ◦ blue 109

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

Shades of Dark Purple #98296D

Tints of Dark Purple #98296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 50.33%
G = 13.58%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98296D (or 0x98296D) is known color: Dark Purple. HEX triplet: 98, 29 and 6D. RGB value is (152,41,109). Sum of RGB (Red+Green+Blue) = 152+41+109=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #98296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98296D is #67D692. Grayscale: #515151. Windows color (decimal): -6805139 or 7154072. OLE color: 7154072.

HSL color Cylindrical-coordinate representation of color #98296D: hue angle of 323.24º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98296D is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 109 -
CMYK 0 0.73 0.28 0.40
HSL 323.24º 0.58% 0.38% -
HSV(B) 323.24º 0.73% 0.6% -
XYZ 16.5 9.37 15.41 -
YUV 81.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 152 41 109 0 0.73 0.28 0.40 323.24 0.58 0.38
Hex 98 29 6D 0 49 1C 28 143 3A 26
Octal 230 51 155 0 111 34 50 503 72 46
Binary 10011000 101001 1101101 0 1001001 11100 101000 101000011 111010 100110

Color Harmonies of #98296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98296D

Black with #98296D

Text Example


Text Example

White with #98296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98296D; }

 p { color: rgb(152,41,109); }

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

background-color css

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

 a { background-color: rgb(152,41,109); }

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

border-color css

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

 span { border-color: rgb(152,41,109); }

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