Html Css Color HEX #98246F Dark Purple

📋 copy color: '#98246F'

red 152 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #98246F

Tints of Dark Purple #98246F

RGB

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

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

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

R = 50.84%
G = 12.04%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98246F (or 0x98246F) is known color: Dark Purple. HEX triplet: 98, 24 and 6F. RGB value is (152,36,111). Sum of RGB (Red+Green+Blue) = 152+36+111=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246F is #67DB90. Grayscale: #4F4F4F. Windows color (decimal): -6806417 or 7283864. OLE color: 7283864.

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

Color convert

RGB 152 36 111 -
CMYK 0 0.76 0.27 0.40
HSL 321.21º 0.62% 0.37% -
HSV(B) 321.21º 0.76% 0.6% -
XYZ 16.45 9.08 15.93 -
YUV 79.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 152 36 111 0 0.76 0.27 0.40 321.21 0.62 0.37
Hex 98 24 6F 0 4C 1B 28 141 3E 25
Octal 230 44 157 0 114 33 50 501 76 45
Binary 10011000 100100 1101111 0 1001100 11011 101000 101000001 111110 100101

Color Harmonies of #98246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98246F

Black with #98246F

Text Example


Text Example

White with #98246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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