Html Css Color HEX #98287B Dark Purple

📋 copy color: '#98287B'

red 152 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #98287B

Tints of Dark Purple #98287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 48.25%
G = 12.7%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98287B (or 0x98287B) is known color: Dark Purple. HEX triplet: 98, 28 and 7B. RGB value is (152,40,123). Sum of RGB (Red+Green+Blue) = 152+40+123=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98287B is #67D784. Grayscale: #525252. Windows color (decimal): -6805381 or 8071320. OLE color: 8071320.

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

Color convert

RGB 152 40 123 -
CMYK 0 0.74 0.19 0.40
HSL 315.54º 0.58% 0.38% -
HSV(B) 315.54º 0.74% 0.6% -
XYZ 17.28 9.62 19.69 -
YUV 82.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 152 40 123 0 0.74 0.19 0.40 315.54 0.58 0.38
Hex 98 28 7B 0 4A 13 28 13C 3A 26
Octal 230 50 173 0 112 23 50 474 72 46
Binary 10011000 101000 1111011 0 1001010 10011 101000 100111100 111010 100110

Color Harmonies of #98287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98287B

Black with #98287B

Text Example


Text Example

White with #98287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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