Html Css Color HEX #98187F Dark Purple

📋 copy color: '#98187F'

red 152 ◦ green 24 ◦ blue 127

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

Shades of Dark Purple #98187F

Tints of Dark Purple #98187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.91%

R = 50.17%
G = 7.92%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98187F (or 0x98187F) is known color: Dark Purple. HEX triplet: 98, 18 and 7F. RGB value is (152,24,127). Sum of RGB (Red+Green+Blue) = 152+24+127=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #98187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98187F is #67E780. Grayscale: #494949. Windows color (decimal): -6809473 or 8329368. OLE color: 8329368.

HSL color Cylindrical-coordinate representation of color #98187F: hue angle of 311.72º 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 #98187F is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 127 -
CMYK 0 0.84 0.16 0.40
HSL 311.72º 0.73% 0.35% -
HSV(B) 311.72º 0.84% 0.6% -
XYZ 17.11 8.86 20.89 -
YUV 74.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 152 24 127 0 0.84 0.16 0.40 311.72 0.73 0.35
Hex 98 18 7F 0 54 10 28 138 49 23
Octal 230 30 177 0 124 20 50 470 111 43
Binary 10011000 11000 1111111 0 1010100 10000 101000 100111000 1001001 100011

Color Harmonies of #98187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98187F

Black with #98187F

Text Example


Text Example

White with #98187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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