Html Css Color HEX #98288B Dark Purple

📋 copy color: '#98288B'

red 152 ◦ green 40 ◦ blue 139

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

Shades of Dark Purple #98288B

Tints of Dark Purple #98288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 45.92%
G = 12.08%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98288B (or 0x98288B) is known color: Dark Purple. HEX triplet: 98, 28 and 8B. RGB value is (152,40,139). Sum of RGB (Red+Green+Blue) = 152+40+139=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98288B is #67D774. Grayscale: #545454. Windows color (decimal): -6805365 or 9119896. OLE color: 9119896.

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

Color convert

RGB 152 40 139 -
CMYK 0 0.74 0.09 0.40
HSL 306.96º 0.58% 0.38% -
HSV(B) 306.96º 0.74% 0.6% -
XYZ 18.37 10.06 25.4 -
YUV 84.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 152 40 139 0 0.74 0.09 0.40 306.96 0.58 0.38
Hex 98 28 8B 0 4A 9 28 133 3A 26
Octal 230 50 213 0 112 11 50 463 72 46
Binary 10011000 101000 10001011 0 1001010 1001 101000 100110011 111010 100110

Color Harmonies of #98288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98288B

Black with #98288B

Text Example


Text Example

White with #98288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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