Html Css Color HEX #98287E Dark Purple

📋 copy color: '#98287E'

red 152 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #98287E

Tints of Dark Purple #98287E

RGB

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

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

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

R = 47.8%
G = 12.58%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98287E (or 0x98287E) is known color: Dark Purple. HEX triplet: 98, 28 and 7E. RGB value is (152,40,126). Sum of RGB (Red+Green+Blue) = 152+40+126=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98287E is #67D781. Grayscale: #535353. Windows color (decimal): -6805378 or 8267928. OLE color: 8267928.

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

Color convert

RGB 152 40 126 -
CMYK 0 0.74 0.17 0.40
HSL 313.93º 0.58% 0.38% -
HSV(B) 313.93º 0.74% 0.6% -
XYZ 17.47 9.7 20.69 -
YUV 83.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 152 40 126 0 0.74 0.17 0.40 313.93 0.58 0.38
Hex 98 28 7E 0 4A 11 28 13A 3A 26
Octal 230 50 176 0 112 21 50 472 72 46
Binary 10011000 101000 1111110 0 1001010 10001 101000 100111010 111010 100110

Color Harmonies of #98287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98287E

Black with #98287E

Text Example


Text Example

White with #98287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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