Html Css Color HEX #98327F Dark Purple

📋 copy color: '#98327F'

red 152 ◦ green 50 ◦ blue 127

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

Shades of Dark Purple #98327F

Tints of Dark Purple #98327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 46.2%
G = 15.2%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98327F (or 0x98327F) is known color: Dark Purple. HEX triplet: 98, 32 and 7F. RGB value is (152,50,127). Sum of RGB (Red+Green+Blue) = 152+50+127=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98327F is #67CD80. Grayscale: #595959. Windows color (decimal): -6802817 or 8336024. OLE color: 8336024.

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

Color convert

RGB 152 50 127 -
CMYK 0 0.67 0.16 0.40
HSL 314.71º 0.5% 0.4% -
HSV(B) 314.71º 0.67% 0.6% -
XYZ 17.92 10.49 21.16 -
YUV 89.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 152 50 127 0 0.67 0.16 0.40 314.71 0.5 0.4
Hex 98 32 7F 0 43 10 28 13B 32 28
Octal 230 62 177 0 103 20 50 473 62 50
Binary 10011000 110010 1111111 0 1000011 10000 101000 100111011 110010 101000

Color Harmonies of #98327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98327F

Black with #98327F

Text Example


Text Example

White with #98327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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