Html Css Color HEX #973B83 Dark Purple

📋 copy color: '#973B83'

red 151 ◦ green 59 ◦ blue 131

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

Shades of Dark Purple #973B83

Tints of Dark Purple #973B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 44.28%
G = 17.3%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#973B83 (or 0x973B83) is known color: Dark Purple. HEX triplet: 97, 3B and 83. RGB value is (151,59,131). Sum of RGB (Red+Green+Blue) = 151+59+131=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #973B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973B83 is #68C47C. Grayscale: #5E5E5E. Windows color (decimal): -6866045 or 8600471. OLE color: 8600471.

HSL color Cylindrical-coordinate representation of color #973B83: hue angle of 313.04º 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 #973B83 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 59 131 -
CMYK 0 0.61 0.13 0.41
HSL 313.04º 0.44% 0.41% -
HSV(B) 313.04º 0.61% 0.59% -
XYZ 18.42 11.35 22.69 -
YUV 94.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 151 59 131 0 0.61 0.13 0.41 313.04 0.44 0.41
Hex 97 3B 83 0 3D D 29 139 2C 29
Octal 227 73 203 0 75 15 51 471 54 51
Binary 10010111 111011 10000011 0 111101 1101 101001 100111001 101100 101001

Color Harmonies of #973B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973B83

Black with #973B83

Text Example


Text Example

White with #973B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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