Html Css Color HEX #98367F Dark Purple

📋 copy color: '#98367F'

red 152 ◦ green 54 ◦ blue 127

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

Shades of Dark Purple #98367F

Tints of Dark Purple #98367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 45.65%
G = 16.22%
B = 38.14%

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

#98367F (or 0x98367F) is known color: Dark Purple. HEX triplet: 98, 36 and 7F. RGB value is (152,54,127). Sum of RGB (Red+Green+Blue) = 152+54+127=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #98367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367F is #67C980. Grayscale: #5B5B5B. Windows color (decimal): -6801793 or 8337048. OLE color: 8337048.

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

Color convert

RGB 152 54 127 -
CMYK 0 0.64 0.16 0.40
HSL 315.31º 0.48% 0.4% -
HSV(B) 315.31º 0.64% 0.6% -
XYZ 18.1 10.85 21.22 -
YUV 91.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 152 54 127 0 0.64 0.16 0.40 315.31 0.48 0.4
Hex 98 36 7F 0 40 10 28 13B 30 28
Octal 230 66 177 0 100 20 50 473 60 50
Binary 10011000 110110 1111111 0 1000000 10000 101000 100111011 110000 101000

Color Harmonies of #98367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98367F

Black with #98367F

Text Example


Text Example

White with #98367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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