Html Css Color HEX #98327D Dark Purple

📋 copy color: '#98327D'

red 152 ◦ green 50 ◦ blue 125

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

Shades of Dark Purple #98327D

Tints of Dark Purple #98327D

RGB

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

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

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

R = 46.48%
G = 15.29%
B = 38.23%

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

#98327D (or 0x98327D) is known color: Dark Purple. HEX triplet: 98, 32 and 7D. RGB value is (152,50,125). Sum of RGB (Red+Green+Blue) = 152+50+125=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327D is #67CD82. Grayscale: #585858. Windows color (decimal): -6802819 or 8204952. OLE color: 8204952.

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

Color convert

RGB 152 50 125 -
CMYK 0 0.67 0.18 0.40
HSL 315.88º 0.5% 0.4% -
HSV(B) 315.88º 0.67% 0.6% -
XYZ 17.79 10.44 20.48 -
YUV 89.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 152 50 125 0 0.67 0.18 0.40 315.88 0.5 0.4
Hex 98 32 7D 0 43 12 28 13C 32 28
Octal 230 62 175 0 103 22 50 474 62 50
Binary 10011000 110010 1111101 0 1000011 10010 101000 100111100 110010 101000

Color Harmonies of #98327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98327D

Black with #98327D

Text Example


Text Example

White with #98327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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