Html Css Color HEX #98307D Dark Purple

📋 copy color: '#98307D'

red 152 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #98307D

Tints of Dark Purple #98307D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 46.77%
G = 14.77%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98307D (or 0x98307D) is known color: Dark Purple. HEX triplet: 98, 30 and 7D. RGB value is (152,48,125). Sum of RGB (Red+Green+Blue) = 152+48+125=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307D is #67CF82. Grayscale: #575757. Windows color (decimal): -6803331 or 8204440. OLE color: 8204440.

HSL color Cylindrical-coordinate representation of color #98307D: hue angle of 315.58º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98307D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 125 -
CMYK 0 0.68 0.18 0.40
HSL 315.58º 0.52% 0.39% -
HSV(B) 315.58º 0.68% 0.6% -
XYZ 17.71 10.27 20.45 -
YUV 87.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 152 48 125 0 0.68 0.18 0.40 315.58 0.52 0.39
Hex 98 30 7D 0 44 12 28 13C 34 27
Octal 230 60 175 0 104 22 50 474 64 47
Binary 10011000 110000 1111101 0 1000100 10010 101000 100111100 110100 100111

Color Harmonies of #98307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98307D

Black with #98307D

Text Example


Text Example

White with #98307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,48,125); }

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

background-color css

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

 a { background-color: rgb(152,48,125); }

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

border-color css

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

 span { border-color: rgb(152,48,125); }

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