Html Css Color HEX #98127D Dark Purple

📋 copy color: '#98127D'

red 152 ◦ green 18 ◦ blue 125

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

Shades of Dark Purple #98127D

Tints of Dark Purple #98127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 51.53%
G = 6.1%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98127D (or 0x98127D) is known color: Dark Purple. HEX triplet: 98, 12 and 7D. RGB value is (152,18,125). Sum of RGB (Red+Green+Blue) = 152+18+125=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #98127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127D is #67ED82. Grayscale: #454545. Windows color (decimal): -6811011 or 8196760. OLE color: 8196760.

HSL color Cylindrical-coordinate representation of color #98127D: hue angle of 312.09º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98127D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 125 -
CMYK 0 0.88 0.18 0.40
HSL 312.09º 0.79% 0.33% -
HSV(B) 312.09º 0.88% 0.6% -
XYZ 16.87 8.59 20.17 -
YUV 70.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 152 18 125 0 0.88 0.18 0.40 312.09 0.79 0.33
Hex 98 12 7D 0 58 12 28 138 4F 21
Octal 230 22 175 0 130 22 50 470 117 41
Binary 10011000 10010 1111101 0 1011000 10010 101000 100111000 1001111 100001

Color Harmonies of #98127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98127D

Black with #98127D

Text Example


Text Example

White with #98127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98127D; }

 p { color: rgb(152,18,125); }

 H1.HeaderClassName
 {
   color: #98127D;
 }
 .AnyTagClassName
 {
   color: #98127D;
 }
</style>

background-color css

<style>
 a { background-color: #98127D; }

 a { background-color: rgb(152,18,125); }

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

border-color css

<style>
 span { border-color: #98127D; }

 span { border-color: rgb(152,18,125); }

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