Html Css Color HEX #98307C Dark Purple

📋 copy color: '#98307C'

red 152 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #98307C

Tints of Dark Purple #98307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 46.91%
G = 14.81%
B = 38.27%

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

#98307C (or 0x98307C) is known color: Dark Purple. HEX triplet: 98, 30 and 7C. RGB value is (152,48,124). Sum of RGB (Red+Green+Blue) = 152+48+124=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98307C is #67CF83. Grayscale: #575757. Windows color (decimal): -6803332 or 8138904. OLE color: 8138904.

HSL color Cylindrical-coordinate representation of color #98307C: hue angle of 316.15º 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 #98307C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 124 -
CMYK 0 0.68 0.18 0.40
HSL 316.15º 0.52% 0.39% -
HSV(B) 316.15º 0.68% 0.6% -
XYZ 17.64 10.24 20.12 -
YUV 87.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 152 48 124 0 0.68 0.18 0.40 316.15 0.52 0.39
Hex 98 30 7C 0 44 12 28 13C 34 27
Octal 230 60 174 0 104 22 50 474 64 47
Binary 10011000 110000 1111100 0 1000100 10010 101000 100111100 110100 100111

Color Harmonies of #98307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98307C

Black with #98307C

Text Example


Text Example

White with #98307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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