Html Css Color HEX #98337E Dark Purple

📋 copy color: '#98337E'

red 152 ◦ green 51 ◦ blue 126

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

Shades of Dark Purple #98337E

Tints of Dark Purple #98337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 46.2%
G = 15.5%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98337E (or 0x98337E) is known color: Dark Purple. HEX triplet: 98, 33 and 7E. RGB value is (152,51,126). Sum of RGB (Red+Green+Blue) = 152+51+126=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337E is #67CC81. Grayscale: #595959. Windows color (decimal): -6802562 or 8270744. OLE color: 8270744.

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

Color convert

RGB 152 51 126 -
CMYK 0 0.66 0.17 0.40
HSL 315.45º 0.5% 0.4% -
HSV(B) 315.45º 0.66% 0.6% -
XYZ 17.9 10.55 20.83 -
YUV 89.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 152 51 126 0 0.66 0.17 0.40 315.45 0.5 0.4
Hex 98 33 7E 0 42 11 28 13B 32 28
Octal 230 63 176 0 102 21 50 473 62 50
Binary 10011000 110011 1111110 0 1000010 10001 101000 100111011 110010 101000

Color Harmonies of #98337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98337E

Black with #98337E

Text Example


Text Example

White with #98337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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