Html Css Color HEX #98377F Dark Purple

📋 copy color: '#98377F'

red 152 ◦ green 55 ◦ blue 127

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

Shades of Dark Purple #98377F

Tints of Dark Purple #98377F

RGB

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

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

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

R = 45.51%
G = 16.47%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98377F (or 0x98377F) is known color: Dark Purple. HEX triplet: 98, 37 and 7F. RGB value is (152,55,127). Sum of RGB (Red+Green+Blue) = 152+55+127=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98377F is #67C880. Grayscale: #5C5C5C. Windows color (decimal): -6801537 or 8337304. OLE color: 8337304.

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

Color convert

RGB 152 55 127 -
CMYK 0 0.64 0.16 0.40
HSL 315.46º 0.47% 0.41% -
HSV(B) 315.46º 0.64% 0.6% -
XYZ 18.15 10.94 21.23 -
YUV 92.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 152 55 127 0 0.64 0.16 0.40 315.46 0.47 0.41
Hex 98 37 7F 0 40 10 28 13B 2F 29
Octal 230 67 177 0 100 20 50 473 57 51
Binary 10011000 110111 1111111 0 1000000 10000 101000 100111011 101111 101001

Color Harmonies of #98377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98377F

Black with #98377F

Text Example


Text Example

White with #98377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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