Html Css Color HEX #98217F Dark Purple

📋 copy color: '#98217F'

red 152 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #98217F

Tints of Dark Purple #98217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.58%

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

R = 48.72%
G = 10.58%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98217F (or 0x98217F) is known color: Dark Purple. HEX triplet: 98, 21 and 7F. RGB value is (152,33,127). Sum of RGB (Red+Green+Blue) = 152+33+127=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98217F is #67DE80. Grayscale: #4F4F4F. Windows color (decimal): -6807169 or 8331672. OLE color: 8331672.

HSL color Cylindrical-coordinate representation of color #98217F: hue angle of 312.61º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98217F is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 127 -
CMYK 0 0.78 0.16 0.40
HSL 312.61º 0.64% 0.36% -
HSV(B) 312.61º 0.78% 0.6% -
XYZ 17.32 9.3 20.96 -
YUV 79.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 152 33 127 0 0.78 0.16 0.40 312.61 0.64 0.36
Hex 98 21 7F 0 4E 10 28 139 40 24
Octal 230 41 177 0 116 20 50 471 100 44
Binary 10011000 100001 1111111 0 1001110 10000 101000 100111001 1000000 100100

Color Harmonies of #98217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98217F

Black with #98217F

Text Example


Text Example

White with #98217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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