Html Css Color HEX #973B82 Dark Purple

📋 copy color: '#973B82'

red 151 ◦ green 59 ◦ blue 130

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

Shades of Dark Purple #973B82

Tints of Dark Purple #973B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 44.41%
G = 17.35%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#973B82 (or 0x973B82) is known color: Dark Purple. HEX triplet: 97, 3B and 82. RGB value is (151,59,130). Sum of RGB (Red+Green+Blue) = 151+59+130=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #973B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973B82 is #68C47D. Grayscale: #5E5E5E. Windows color (decimal): -6866046 or 8534935. OLE color: 8534935.

HSL color Cylindrical-coordinate representation of color #973B82: hue angle of 313.7º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #973B82 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 59 130 -
CMYK 0 0.61 0.14 0.41
HSL 313.7º 0.44% 0.41% -
HSV(B) 313.7º 0.61% 0.59% -
XYZ 18.36 11.32 22.34 -
YUV 94.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 151 59 130 0 0.61 0.14 0.41 313.7 0.44 0.41
Hex 97 3B 82 0 3D E 29 13A 2C 29
Octal 227 73 202 0 75 16 51 472 54 51
Binary 10010111 111011 10000010 0 111101 1110 101001 100111010 101100 101001

Color Harmonies of #973B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B82

Black with #973B82

Text Example


Text Example

White with #973B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973B82; }

 p { color: rgb(151,59,130); }

 H1.HeaderClassName
 {
   color: #973B82;
 }
 .AnyTagClassName
 {
   color: #973B82;
 }
</style>

background-color css

<style>
 a { background-color: #973B82; }

 a { background-color: rgb(151,59,130); }

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

border-color css

<style>
 span { border-color: #973B82; }

 span { border-color: rgb(151,59,130); }

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