Html Css Color HEX #98207D Dark Purple

📋 copy color: '#98207D'

red 152 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #98207D

Tints of Dark Purple #98207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 49.19%
G = 10.36%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98207D (or 0x98207D) is known color: Dark Purple. HEX triplet: 98, 20 and 7D. RGB value is (152,32,125). Sum of RGB (Red+Green+Blue) = 152+32+125=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98207D is #67DF82. Grayscale: #4E4E4E. Windows color (decimal): -6807427 or 8200344. OLE color: 8200344.

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

Color convert

RGB 152 32 125 -
CMYK 0 0.79 0.18 0.40
HSL 313.5º 0.65% 0.36% -
HSV(B) 313.5º 0.79% 0.6% -
XYZ 17.17 9.19 20.27 -
YUV 78.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 152 32 125 0 0.79 0.18 0.40 313.5 0.65 0.36
Hex 98 20 7D 0 4F 12 28 13A 41 24
Octal 230 40 175 0 117 22 50 472 101 44
Binary 10011000 100000 1111101 0 1001111 10010 101000 100111010 1000001 100100

Color Harmonies of #98207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98207D

Black with #98207D

Text Example


Text Example

White with #98207D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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