Html Css Color HEX #98178B Dark Purple

📋 copy color: '#98178B'

red 152 ◦ green 23 ◦ blue 139

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

Shades of Dark Purple #98178B

Tints of Dark Purple #98178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 48.41%
G = 7.32%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98178B (or 0x98178B) is known color: Dark Purple. HEX triplet: 98, 17 and 8B. RGB value is (152,23,139). Sum of RGB (Red+Green+Blue) = 152+23+139=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98178B is #67E874. Grayscale: #4A4A4A. Windows color (decimal): -6809717 or 9115544. OLE color: 9115544.

HSL color Cylindrical-coordinate representation of color #98178B: hue angle of 306.05º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98178B is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 139 -
CMYK 0 0.85 0.09 0.40
HSL 306.05º 0.74% 0.34% -
HSV(B) 306.05º 0.85% 0.6% -
XYZ 17.92 9.15 25.25 -
YUV 74.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 152 23 139 0 0.85 0.09 0.40 306.05 0.74 0.34
Hex 98 17 8B 0 55 9 28 132 4A 22
Octal 230 27 213 0 125 11 50 462 112 42
Binary 10011000 10111 10001011 0 1010101 1001 101000 100110010 1001010 100010

Color Harmonies of #98178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98178B

Black with #98178B

Text Example


Text Example

White with #98178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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