Html Css Color HEX #98008B Dark Magenta

📋 copy color: '#98008B'

red 152 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #98008B

Tints of Dark Magenta #98008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.23%
G = 0%
B = 47.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98008B (or 0x98008B) is known color: Dark Magenta. HEX triplet: 98, 00 and 8B. RGB value is (152,0,139). Sum of RGB (Red+Green+Blue) = 152+0+139=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98008B is #67FF74. Grayscale: #3C3C3C. Windows color (decimal): -6815605 or 9109656. OLE color: 9109656.

HSL color Cylindrical-coordinate representation of color #98008B: hue angle of 305.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98008B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 139 -
CMYK 0 1 0.09 0.40
HSL 305.13º 1% 0.3% -
HSV(B) 305.13º 1% 0.6% -
XYZ 17.61 8.54 25.15 -
YUV 61.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 152 0 139 0 1 0.09 0.40 305.13 1 0.3
Hex 98 0 8B 0 64 9 28 131 64 1E
Octal 230 0 213 0 144 11 50 461 144 36
Binary 10011000 0 10001011 0 1100100 1001 101000 100110001 1100100 11110

Color Harmonies of #98008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98008B

Black with #98008B

Text Example


Text Example

White with #98008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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