Html Css Color HEX #98377D Dark Purple

📋 copy color: '#98377D'

red 152 ◦ green 55 ◦ blue 125

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

Shades of Dark Purple #98377D

Tints of Dark Purple #98377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

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

R = 45.78%
G = 16.57%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98377D (or 0x98377D) is known color: Dark Purple. HEX triplet: 98, 37 and 7D. RGB value is (152,55,125). Sum of RGB (Red+Green+Blue) = 152+55+125=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98377D is #67C882. Grayscale: #5B5B5B. Windows color (decimal): -6801539 or 8206232. OLE color: 8206232.

HSL color Cylindrical-coordinate representation of color #98377D: hue angle of 316.7º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98377D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 125 -
CMYK 0 0.64 0.18 0.40
HSL 316.7º 0.47% 0.41% -
HSV(B) 316.7º 0.64% 0.6% -
XYZ 18.02 10.89 20.55 -
YUV 91.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 152 55 125 0 0.64 0.18 0.40 316.7 0.47 0.41
Hex 98 37 7D 0 40 12 28 13D 2F 29
Octal 230 67 175 0 100 22 50 475 57 51
Binary 10011000 110111 1111101 0 1000000 10010 101000 100111101 101111 101001

Color Harmonies of #98377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98377D

Black with #98377D

Text Example


Text Example

White with #98377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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