Html Css Color HEX #98207C Dark Purple

📋 copy color: '#98207C'

red 152 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #98207C

Tints of Dark Purple #98207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 49.35%
G = 10.39%
B = 40.26%

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

#98207C (or 0x98207C) is known color: Dark Purple. HEX triplet: 98, 20 and 7C. RGB value is (152,32,124). Sum of RGB (Red+Green+Blue) = 152+32+124=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98207C is #67DF83. Grayscale: #4E4E4E. Windows color (decimal): -6807428 or 8134808. OLE color: 8134808.

HSL color Cylindrical-coordinate representation of color #98207C: hue angle of 314º 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 #98207C is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 124 -
CMYK 0 0.79 0.18 0.40
HSL 314º 0.65% 0.36% -
HSV(B) 314º 0.79% 0.6% -
XYZ 17.1 9.16 19.94 -
YUV 78.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 152 32 124 0 0.79 0.18 0.40 314 0.65 0.36
Hex 98 20 7C 0 4F 12 28 13A 41 24
Octal 230 40 174 0 117 22 50 472 101 44
Binary 10011000 100000 1111100 0 1001111 10010 101000 100111010 1000001 100100

Color Harmonies of #98207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98207C

Black with #98207C

Text Example


Text Example

White with #98207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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