Html Css Color HEX #98237F Dark Purple

📋 copy color: '#98237F'

red 152 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #98237F

Tints of Dark Purple #98237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 48.41%
G = 11.15%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98237F (or 0x98237F) is known color: Dark Purple. HEX triplet: 98, 23 and 7F. RGB value is (152,35,127). Sum of RGB (Red+Green+Blue) = 152+35+127=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98237F is #67DC80. Grayscale: #505050. Windows color (decimal): -6806657 or 8332184. OLE color: 8332184.

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

Color convert

RGB 152 35 127 -
CMYK 0 0.77 0.16 0.40
HSL 312.82º 0.63% 0.37% -
HSV(B) 312.82º 0.77% 0.6% -
XYZ 17.38 9.41 20.98 -
YUV 80.47 154.26 179.02 -
System Red Green Blue C M Y K H S L
Decimal 152 35 127 0 0.77 0.16 0.40 312.82 0.63 0.37
Hex 98 23 7F 0 4D 10 28 139 3F 25
Octal 230 43 177 0 115 20 50 471 77 45
Binary 10011000 100011 1111111 0 1001101 10000 101000 100111001 111111 100101

Color Harmonies of #98237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98237F

Black with #98237F

Text Example


Text Example

White with #98237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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