Html Css Color HEX #98287C Dark Purple

📋 copy color: '#98287C'

red 152 ◦ green 40 ◦ blue 124

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

Shades of Dark Purple #98287C

Tints of Dark Purple #98287C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 48.1%
G = 12.66%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98287C (or 0x98287C) is known color: Dark Purple. HEX triplet: 98, 28 and 7C. RGB value is (152,40,124). Sum of RGB (Red+Green+Blue) = 152+40+124=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98287C is #67D783. Grayscale: #525252. Windows color (decimal): -6805380 or 8136856. OLE color: 8136856.

HSL color Cylindrical-coordinate representation of color #98287C: hue angle of 315º 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 #98287C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 124 -
CMYK 0 0.74 0.18 0.40
HSL 315º 0.58% 0.38% -
HSV(B) 315º 0.74% 0.6% -
XYZ 17.35 9.65 20.02 -
YUV 83.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 152 40 124 0 0.74 0.18 0.40 315 0.58 0.38
Hex 98 28 7C 0 4A 12 28 13B 3A 26
Octal 230 50 174 0 112 22 50 473 72 46
Binary 10011000 101000 1111100 0 1001010 10010 101000 100111011 111010 100110

Color Harmonies of #98287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98287C

Black with #98287C

Text Example


Text Example

White with #98287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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