Html Css Color HEX #98186F Dark Purple

📋 copy color: '#98186F'

red 152 ◦ green 24 ◦ blue 111

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

Shades of Dark Purple #98186F

Tints of Dark Purple #98186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 52.96%
G = 8.36%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98186F (or 0x98186F) is known color: Dark Purple. HEX triplet: 98, 18 and 6F. RGB value is (152,24,111). Sum of RGB (Red+Green+Blue) = 152+24+111=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #98186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98186F is #67E790. Grayscale: #474747. Windows color (decimal): -6809489 or 7280792. OLE color: 7280792.

HSL color Cylindrical-coordinate representation of color #98186F: hue angle of 319.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98186F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 111 -
CMYK 0 0.84 0.27 0.40
HSL 319.22º 0.73% 0.35% -
HSV(B) 319.22º 0.84% 0.6% -
XYZ 16.14 8.48 15.82 -
YUV 72.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 152 24 111 0 0.84 0.27 0.40 319.22 0.73 0.35
Hex 98 18 6F 0 54 1B 28 13F 49 23
Octal 230 30 157 0 124 33 50 477 111 43
Binary 10011000 11000 1101111 0 1010100 11011 101000 100111111 1001001 100011

Color Harmonies of #98186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98186F

Black with #98186F

Text Example


Text Example

White with #98186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,24,111); }

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

background-color css

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

 a { background-color: rgb(152,24,111); }

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

border-color css

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

 span { border-color: rgb(152,24,111); }

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