Html Css Color HEX #98397F Dark Purple

📋 copy color: '#98397F'

red 152 ◦ green 57 ◦ blue 127

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

Shades of Dark Purple #98397F

Tints of Dark Purple #98397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

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

R = 45.24%
G = 16.96%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98397F (or 0x98397F) is known color: Dark Purple. HEX triplet: 98, 39 and 7F. RGB value is (152,57,127). Sum of RGB (Red+Green+Blue) = 152+57+127=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #98397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98397F is #67C680. Grayscale: #5D5D5D. Windows color (decimal): -6801025 or 8337816. OLE color: 8337816.

HSL color Cylindrical-coordinate representation of color #98397F: hue angle of 315.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98397F is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 57 127 -
CMYK 0 0.62 0.16 0.40
HSL 315.79º 0.45% 0.41% -
HSV(B) 315.79º 0.63% 0.6% -
XYZ 18.24 11.13 21.27 -
YUV 93.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 152 57 127 0 0.62 0.16 0.40 315.79 0.45 0.41
Hex 98 39 7F 0 3E 10 28 13C 2D 29
Octal 230 71 177 0 76 20 50 474 55 51
Binary 10011000 111001 1111111 0 111110 10000 101000 100111100 101101 101001

Color Harmonies of #98397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98397F

Black with #98397F

Text Example


Text Example

White with #98397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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