Html Css Color HEX #98328A Dark Purple

📋 copy color: '#98328A'

red 152 ◦ green 50 ◦ blue 138

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

Shades of Dark Purple #98328A

Tints of Dark Purple #98328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 44.71%
G = 14.71%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98328A (or 0x98328A) is known color: Dark Purple. HEX triplet: 98, 32 and 8A. RGB value is (152,50,138). Sum of RGB (Red+Green+Blue) = 152+50+138=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98328A is #67CD75. Grayscale: #5A5A5A. Windows color (decimal): -6802806 or 9056920. OLE color: 9056920.

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

Color convert

RGB 152 50 138 -
CMYK 0 0.67 0.09 0.40
HSL 308.24º 0.5% 0.4% -
HSV(B) 308.24º 0.67% 0.6% -
XYZ 18.68 10.79 25.14 -
YUV 90.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 152 50 138 0 0.67 0.09 0.40 308.24 0.5 0.4
Hex 98 32 8A 0 43 9 28 134 32 28
Octal 230 62 212 0 103 11 50 464 62 50
Binary 10011000 110010 10001010 0 1000011 1001 101000 100110100 110010 101000

Color Harmonies of #98328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98328A

Black with #98328A

Text Example


Text Example

White with #98328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98328A; }

 p { color: rgb(152,50,138); }

 H1.HeaderClassName
 {
   color: #98328A;
 }
 .AnyTagClassName
 {
   color: #98328A;
 }
</style>

background-color css

<style>
 a { background-color: #98328A; }

 a { background-color: rgb(152,50,138); }

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

border-color css

<style>
 span { border-color: #98328A; }

 span { border-color: rgb(152,50,138); }

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