Html Css Color HEX #98338D Dark Purple

📋 copy color: '#98338D'

red 152 ◦ green 51 ◦ blue 141

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

Shades of Dark Purple #98338D

Tints of Dark Purple #98338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 44.19%
G = 14.83%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98338D (or 0x98338D) is known color: Dark Purple. HEX triplet: 98, 33 and 8D. RGB value is (152,51,141). Sum of RGB (Red+Green+Blue) = 152+51+141=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98338D is #67CC72. Grayscale: #5B5B5B. Windows color (decimal): -6802547 or 9253784. OLE color: 9253784.

HSL color Cylindrical-coordinate representation of color #98338D: hue angle of 306.53º 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 #98338D is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 141 -
CMYK 0 0.66 0.07 0.40
HSL 306.53º 0.5% 0.4% -
HSV(B) 306.53º 0.66% 0.6% -
XYZ 18.94 10.97 26.32 -
YUV 91.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 152 51 141 0 0.66 0.07 0.40 306.53 0.5 0.4
Hex 98 33 8D 0 42 7 28 133 32 28
Octal 230 63 215 0 102 7 50 463 62 50
Binary 10011000 110011 10001101 0 1000010 111 101000 100110011 110010 101000

Color Harmonies of #98338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98338D

Black with #98338D

Text Example


Text Example

White with #98338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98338D; }

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

 H1.HeaderClassName
 {
   color: #98338D;
 }
 .AnyTagClassName
 {
   color: #98338D;
 }
</style>

background-color css

<style>
 a { background-color: #98338D; }

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

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

border-color css

<style>
 span { border-color: #98338D; }

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

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