Html Css Color HEX #98397E Dark Purple

📋 copy color: '#98397E'

red 152 ◦ green 57 ◦ blue 126

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

Shades of Dark Purple #98397E

Tints of Dark Purple #98397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 45.37%
G = 17.01%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98397E (or 0x98397E) is known color: Dark Purple. HEX triplet: 98, 39 and 7E. RGB value is (152,57,126). Sum of RGB (Red+Green+Blue) = 152+57+126=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #98397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98397E is #67C681. Grayscale: #5D5D5D. Windows color (decimal): -6801026 or 8272280. OLE color: 8272280.

HSL color Cylindrical-coordinate representation of color #98397E: hue angle of 316.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98397E is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 57 126 -
CMYK 0 0.62 0.17 0.40
HSL 316.42º 0.45% 0.41% -
HSV(B) 316.42º 0.63% 0.6% -
XYZ 18.18 11.11 20.92 -
YUV 93.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 152 57 126 0 0.62 0.17 0.40 316.42 0.45 0.41
Hex 98 39 7E 0 3E 11 28 13C 2D 29
Octal 230 71 176 0 76 21 50 474 55 51
Binary 10011000 111001 1111110 0 111110 10001 101000 100111100 101101 101001

Color Harmonies of #98397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98397E

Black with #98397E

Text Example


Text Example

White with #98397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98397E; }

 p { color: rgb(152,57,126); }

 H1.HeaderClassName
 {
   color: #98397E;
 }
 .AnyTagClassName
 {
   color: #98397E;
 }
</style>

background-color css

<style>
 a { background-color: #98397E; }

 a { background-color: rgb(152,57,126); }

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

border-color css

<style>
 span { border-color: #98397E; }

 span { border-color: rgb(152,57,126); }

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