Html Css Color HEX #98296E Dark Purple

📋 copy color: '#98296E'

red 152 ◦ green 41 ◦ blue 110

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

Shades of Dark Purple #98296E

Tints of Dark Purple #98296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 50.17%
G = 13.53%
B = 36.3%

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

#98296E (or 0x98296E) is known color: Dark Purple. HEX triplet: 98, 29 and 6E. RGB value is (152,41,110). Sum of RGB (Red+Green+Blue) = 152+41+110=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98296E is #67D691. Grayscale: #515151. Windows color (decimal): -6805138 or 7219608. OLE color: 7219608.

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

Color convert

RGB 152 41 110 -
CMYK 0 0.73 0.28 0.40
HSL 322.7º 0.58% 0.38% -
HSV(B) 322.7º 0.73% 0.6% -
XYZ 16.56 9.39 15.69 -
YUV 82.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 152 41 110 0 0.73 0.28 0.40 322.7 0.58 0.38
Hex 98 29 6E 0 49 1C 28 143 3A 26
Octal 230 51 156 0 111 34 50 503 72 46
Binary 10011000 101001 1101110 0 1001001 11100 101000 101000011 111010 100110

Color Harmonies of #98296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98296E

Black with #98296E

Text Example


Text Example

White with #98296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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