Html Css Color HEX #98208B Dark Purple

📋 copy color: '#98208B'

red 152 ◦ green 32 ◦ blue 139

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

Shades of Dark Purple #98208B

Tints of Dark Purple #98208B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 47.06%
G = 9.91%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98208B (or 0x98208B) is known color: Dark Purple. HEX triplet: 98, 20 and 8B. RGB value is (152,32,139). Sum of RGB (Red+Green+Blue) = 152+32+139=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #98208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98208B is #67DF74. Grayscale: #4F4F4F. Windows color (decimal): -6807413 or 9117848. OLE color: 9117848.

HSL color Cylindrical-coordinate representation of color #98208B: hue angle of 306.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 #98208B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 139 -
CMYK 0 0.79 0.09 0.40
HSL 306.5º 0.65% 0.36% -
HSV(B) 306.5º 0.79% 0.6% -
XYZ 18.13 9.57 25.32 -
YUV 80.08 161.26 179.3 -
System Red Green Blue C M Y K H S L
Decimal 152 32 139 0 0.79 0.09 0.40 306.5 0.65 0.36
Hex 98 20 8B 0 4F 9 28 132 41 24
Octal 230 40 213 0 117 11 50 462 101 44
Binary 10011000 100000 10001011 0 1001111 1001 101000 100110010 1000001 100100

Color Harmonies of #98208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98208B

Black with #98208B

Text Example


Text Example

White with #98208B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98208B; }

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

 H1.HeaderClassName
 {
   color: #98208B;
 }
 .AnyTagClassName
 {
   color: #98208B;
 }
</style>

background-color css

<style>
 a { background-color: #98208B; }

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

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

border-color css

<style>
 span { border-color: #98208B; }

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

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