Html Css Color HEX #972B8C Dark Purple

📋 copy color: '#972B8C'

red 151 ◦ green 43 ◦ blue 140

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

Shades of Dark Purple #972B8C

Tints of Dark Purple #972B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 45.21%
G = 12.87%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#972B8C (or 0x972B8C) is known color: Dark Purple. HEX triplet: 97, 2B and 8C. RGB value is (151,43,140). Sum of RGB (Red+Green+Blue) = 151+43+140=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #972B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972B8C is #68D473. Grayscale: #565656. Windows color (decimal): -6870132 or 9186199. OLE color: 9186199.

HSL color Cylindrical-coordinate representation of color #972B8C: hue angle of 306.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B8C is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 43 140 -
CMYK 0 0.72 0.07 0.41
HSL 306.11º 0.56% 0.38% -
HSV(B) 306.11º 0.72% 0.59% -
XYZ 18.36 10.2 25.81 -
YUV 86.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 151 43 140 0 0.72 0.07 0.41 306.11 0.56 0.38
Hex 97 2B 8C 0 48 7 29 132 38 26
Octal 227 53 214 0 110 7 51 462 70 46
Binary 10010111 101011 10001100 0 1001000 111 101001 100110010 111000 100110

Color Harmonies of #972B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972B8C

Black with #972B8C

Text Example


Text Example

White with #972B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972B8C; }

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

 H1.HeaderClassName
 {
   color: #972B8C;
 }
 .AnyTagClassName
 {
   color: #972B8C;
 }
</style>

background-color css

<style>
 a { background-color: #972B8C; }

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

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

border-color css

<style>
 span { border-color: #972B8C; }

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

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