Html Css Color HEX #98008E Dark Magenta

📋 copy color: '#98008E'

red 152 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #98008E

Tints of Dark Magenta #98008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 51.7%
G = 0%
B = 48.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98008E (or 0x98008E) is known color: Dark Magenta. HEX triplet: 98, 00 and 8E. RGB value is (152,0,142). Sum of RGB (Red+Green+Blue) = 152+0+142=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98008E is #67FF71. Grayscale: #3D3D3D. Windows color (decimal): -6815602 or 9306264. OLE color: 9306264.

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

Color convert

RGB 152 0 142 -
CMYK 0 1 0.07 0.40
HSL 303.95º 1% 0.3% -
HSV(B) 303.95º 1% 0.6% -
XYZ 17.83 8.63 26.32 -
YUV 61.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 152 0 142 0 1 0.07 0.40 303.95 1 0.3
Hex 98 0 8E 0 64 7 28 130 64 1E
Octal 230 0 216 0 144 7 50 460 144 36
Binary 10011000 0 10001110 0 1100100 111 101000 100110000 1100100 11110

Color Harmonies of #98008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98008E

Black with #98008E

Text Example


Text Example

White with #98008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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