Html Css Color HEX #98288C Dark Purple

📋 copy color: '#98288C'

red 152 ◦ green 40 ◦ blue 140

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

Shades of Dark Purple #98288C

Tints of Dark Purple #98288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 45.78%
G = 12.05%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98288C (or 0x98288C) is known color: Dark Purple. HEX triplet: 98, 28 and 8C. RGB value is (152,40,140). Sum of RGB (Red+Green+Blue) = 152+40+140=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98288C is #67D773. Grayscale: #545454. Windows color (decimal): -6805364 or 9185432. OLE color: 9185432.

HSL color Cylindrical-coordinate representation of color #98288C: hue angle of 306.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98288C is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 140 -
CMYK 0 0.74 0.08 0.40
HSL 306.43º 0.58% 0.38% -
HSV(B) 306.43º 0.74% 0.6% -
XYZ 18.44 10.09 25.79 -
YUV 84.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 152 40 140 0 0.74 0.08 0.40 306.43 0.58 0.38
Hex 98 28 8C 0 4A 8 28 132 3A 26
Octal 230 50 214 0 112 10 50 462 72 46
Binary 10011000 101000 10001100 0 1001010 1000 101000 100110010 111010 100110

Color Harmonies of #98288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98288C

Black with #98288C

Text Example


Text Example

White with #98288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98288C; }

 p { color: rgb(152,40,140); }

 H1.HeaderClassName
 {
   color: #98288C;
 }
 .AnyTagClassName
 {
   color: #98288C;
 }
</style>

background-color css

<style>
 a { background-color: #98288C; }

 a { background-color: rgb(152,40,140); }

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

border-color css

<style>
 span { border-color: #98288C; }

 span { border-color: rgb(152,40,140); }

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