Html Css Color HEX #98327C Dark Purple

📋 copy color: '#98327C'

red 152 ◦ green 50 ◦ blue 124

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

Shades of Dark Purple #98327C

Tints of Dark Purple #98327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.34%

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

R = 46.63%
G = 15.34%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98327C (or 0x98327C) is known color: Dark Purple. HEX triplet: 98, 32 and 7C. RGB value is (152,50,124). Sum of RGB (Red+Green+Blue) = 152+50+124=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327C is #67CD83. Grayscale: #585858. Windows color (decimal): -6802820 or 8139416. OLE color: 8139416.

HSL color Cylindrical-coordinate representation of color #98327C: hue angle of 316.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98327C is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 50 124 -
CMYK 0 0.67 0.18 0.40
HSL 316.47º 0.5% 0.4% -
HSV(B) 316.47º 0.67% 0.6% -
XYZ 17.73 10.41 20.14 -
YUV 88.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 152 50 124 0 0.67 0.18 0.40 316.47 0.5 0.4
Hex 98 32 7C 0 43 12 28 13C 32 28
Octal 230 62 174 0 103 22 50 474 62 50
Binary 10011000 110010 1111100 0 1000011 10010 101000 100111100 110010 101000

Color Harmonies of #98327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98327C

Black with #98327C

Text Example


Text Example

White with #98327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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