Html Css Color HEX #97008C Dark Magenta

📋 copy color: '#97008C'

red 151 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #97008C

Tints of Dark Magenta #97008C

RGB

 RED value IS 151 (59.38% from 255) = 51.89%

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

 BLUE value IS 140 (55.08% from 255) = 48.11%

R = 51.89%
G = 0%
B = 48.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97008C (or 0x97008C) is known color: Dark Magenta. HEX triplet: 97, 00 and 8C. RGB value is (151,0,140). Sum of RGB (Red+Green+Blue) = 151+0+140=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #97008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97008C is #68FF73. Grayscale: #3C3C3C. Windows color (decimal): -6881140 or 9175191. OLE color: 9175191.

HSL color Cylindrical-coordinate representation of color #97008C: hue angle of 304.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97008C is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 140 -
CMYK 0 1 0.07 0.41
HSL 304.37º 1% 0.3% -
HSV(B) 304.37º 1% 0.59% -
XYZ 17.5 8.47 25.52 -
YUV 61.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 151 0 140 0 1 0.07 0.41 304.37 1 0.3
Hex 97 0 8C 0 64 7 29 130 64 1E
Octal 227 0 214 0 144 7 51 460 144 36
Binary 10010111 0 10001100 0 1100100 111 101001 100110000 1100100 11110

Color Harmonies of #97008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97008C

Black with #97008C

Text Example


Text Example

White with #97008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97008C; }

 p { color: rgb(151,0,140); }

 H1.HeaderClassName
 {
   color: #97008C;
 }
 .AnyTagClassName
 {
   color: #97008C;
 }
</style>

background-color css

<style>
 a { background-color: #97008C; }

 a { background-color: rgb(151,0,140); }

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

border-color css

<style>
 span { border-color: #97008C; }

 span { border-color: rgb(151,0,140); }

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