Html Css Color HEX #98296F Dark Purple

📋 copy color: '#98296F'

red 152 ◦ green 41 ◦ blue 111

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

Shades of Dark Purple #98296F

Tints of Dark Purple #98296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 50%
G = 13.49%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98296F (or 0x98296F) is known color: Dark Purple. HEX triplet: 98, 29 and 6F. RGB value is (152,41,111). Sum of RGB (Red+Green+Blue) = 152+41+111=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #98296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98296F is #67D690. Grayscale: #525252. Windows color (decimal): -6805137 or 7285144. OLE color: 7285144.

HSL color Cylindrical-coordinate representation of color #98296F: hue angle of 322.16º 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 #98296F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 41 111 -
CMYK 0 0.73 0.27 0.40
HSL 322.16º 0.58% 0.38% -
HSV(B) 322.16º 0.73% 0.6% -
XYZ 16.61 9.41 15.98 -
YUV 82.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 152 41 111 0 0.73 0.27 0.40 322.16 0.58 0.38
Hex 98 29 6F 0 49 1B 28 142 3A 26
Octal 230 51 157 0 111 33 50 502 72 46
Binary 10011000 101001 1101111 0 1001001 11011 101000 101000010 111010 100110

Color Harmonies of #98296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98296F

Black with #98296F

Text Example


Text Example

White with #98296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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