Html Css Color HEX #98248D Dark Purple

📋 copy color: '#98248D'

red 152 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #98248D

Tints of Dark Purple #98248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 46.2%
G = 10.94%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98248D (or 0x98248D) is known color: Dark Purple. HEX triplet: 98, 24 and 8D. RGB value is (152,36,141). Sum of RGB (Red+Green+Blue) = 152+36+141=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98248D is #67DB72. Grayscale: #525252. Windows color (decimal): -6806387 or 9249944. OLE color: 9249944.

HSL color Cylindrical-coordinate representation of color #98248D: hue angle of 305.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98248D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 36 141 -
CMYK 0 0.76 0.07 0.40
HSL 305.69º 0.62% 0.37% -
HSV(B) 305.69º 0.76% 0.6% -
XYZ 18.39 9.86 26.13 -
YUV 82.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 152 36 141 0 0.76 0.07 0.40 305.69 0.62 0.37
Hex 98 24 8D 0 4C 7 28 132 3E 25
Octal 230 44 215 0 114 7 50 462 76 45
Binary 10011000 100100 10001101 0 1001100 111 101000 100110010 111110 100101

Color Harmonies of #98248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98248D

Black with #98248D

Text Example


Text Example

White with #98248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,36,141); }

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

background-color css

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

 a { background-color: rgb(152,36,141); }

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

border-color css

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

 span { border-color: rgb(152,36,141); }

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