Html Css Color HEX #98248A Dark Purple

📋 copy color: '#98248A'

red 152 ◦ green 36 ◦ blue 138

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

Shades of Dark Purple #98248A

Tints of Dark Purple #98248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 46.63%
G = 11.04%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98248A (or 0x98248A) is known color: Dark Purple. HEX triplet: 98, 24 and 8A. RGB value is (152,36,138). Sum of RGB (Red+Green+Blue) = 152+36+138=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98248A is #67DB75. Grayscale: #525252. Windows color (decimal): -6806390 or 9053336. OLE color: 9053336.

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

Color convert

RGB 152 36 138 -
CMYK 0 0.76 0.09 0.40
HSL 307.24º 0.62% 0.37% -
HSV(B) 307.24º 0.76% 0.6% -
XYZ 18.17 9.77 24.97 -
YUV 82.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 152 36 138 0 0.76 0.09 0.40 307.24 0.62 0.37
Hex 98 24 8A 0 4C 9 28 133 3E 25
Octal 230 44 212 0 114 11 50 463 76 45
Binary 10011000 100100 10001010 0 1001100 1001 101000 100110011 111110 100101

Color Harmonies of #98248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98248A

Black with #98248A

Text Example


Text Example

White with #98248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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