Html Css Color HEX #98127F Dark Purple

📋 copy color: '#98127F'

red 152 ◦ green 18 ◦ blue 127

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

Shades of Dark Purple #98127F

Tints of Dark Purple #98127F

RGB

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

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

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

R = 51.18%
G = 6.06%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98127F (or 0x98127F) is known color: Dark Purple. HEX triplet: 98, 12 and 7F. RGB value is (152,18,127). Sum of RGB (Red+Green+Blue) = 152+18+127=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #98127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98127F is #67ED80. Grayscale: #464646. Windows color (decimal): -6811009 or 8327832. OLE color: 8327832.

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

Color convert

RGB 152 18 127 -
CMYK 0 0.88 0.16 0.40
HSL 311.19º 0.79% 0.33% -
HSV(B) 311.19º 0.88% 0.6% -
XYZ 17 8.64 20.85 -
YUV 70.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 152 18 127 0 0.88 0.16 0.40 311.19 0.79 0.33
Hex 98 12 7F 0 58 10 28 137 4F 21
Octal 230 22 177 0 130 20 50 467 117 41
Binary 10011000 10010 1111111 0 1011000 10000 101000 100110111 1001111 100001

Color Harmonies of #98127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98127F

Black with #98127F

Text Example


Text Example

White with #98127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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