Html Css Color HEX #98297A Dark Purple

📋 copy color: '#98297A'

red 152 ◦ green 41 ◦ blue 122

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

Shades of Dark Purple #98297A

Tints of Dark Purple #98297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 48.25%
G = 13.02%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98297A (or 0x98297A) is known color: Dark Purple. HEX triplet: 98, 29 and 7A. RGB value is (152,41,122). Sum of RGB (Red+Green+Blue) = 152+41+122=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98297A is #67D685. Grayscale: #535353. Windows color (decimal): -6805126 or 8006040. OLE color: 8006040.

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

Color convert

RGB 152 41 122 -
CMYK 0 0.73 0.20 0.40
HSL 316.22º 0.58% 0.38% -
HSV(B) 316.22º 0.73% 0.6% -
XYZ 17.25 9.67 19.37 -
YUV 83.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 152 41 122 0 0.73 0.20 0.40 316.22 0.58 0.38
Hex 98 29 7A 0 49 14 28 13C 3A 26
Octal 230 51 172 0 111 24 50 474 72 46
Binary 10011000 101001 1111010 0 1001001 10100 101000 100111100 111010 100110

Color Harmonies of #98297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98297A

Black with #98297A

Text Example


Text Example

White with #98297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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