Html Css Color HEX #98246B Dark Purple

📋 copy color: '#98246B'

red 152 ◦ green 36 ◦ blue 107

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

Shades of Dark Purple #98246B

Tints of Dark Purple #98246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 51.53%
G = 12.2%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98246B (or 0x98246B) is known color: Dark Purple. HEX triplet: 98, 24 and 6B. RGB value is (152,36,107). Sum of RGB (Red+Green+Blue) = 152+36+107=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98246B is #67DB94. Grayscale: #4E4E4E. Windows color (decimal): -6806421 or 7021720. OLE color: 7021720.

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

Color convert

RGB 152 36 107 -
CMYK 0 0.76 0.30 0.40
HSL 323.28º 0.62% 0.37% -
HSV(B) 323.28º 0.76% 0.6% -
XYZ 16.23 9 14.79 -
YUV 78.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 152 36 107 0 0.76 0.30 0.40 323.28 0.62 0.37
Hex 98 24 6B 0 4C 1E 28 143 3E 25
Octal 230 44 153 0 114 36 50 503 76 45
Binary 10011000 100100 1101011 0 1001100 11110 101000 101000011 111110 100101

Color Harmonies of #98246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98246B

Black with #98246B

Text Example


Text Example

White with #98246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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