Html Css Color HEX #973F83 Dark Purple

📋 copy color: '#973F83'

red 151 ◦ green 63 ◦ blue 131

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

Shades of Dark Purple #973F83

Tints of Dark Purple #973F83

RGB

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

 GREEN value IS 63 (25% from 255) = 18.26%

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

R = 43.77%
G = 18.26%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#973F83 (or 0x973F83) is known color: Dark Purple. HEX triplet: 97, 3F and 83. RGB value is (151,63,131). Sum of RGB (Red+Green+Blue) = 151+63+131=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #973F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973F83 is #68C07C. Grayscale: #606060. Windows color (decimal): -6865021 or 8601495. OLE color: 8601495.

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

Color convert

RGB 151 63 131 -
CMYK 0 0.58 0.13 0.41
HSL 313.64º 0.41% 0.42% -
HSV(B) 313.64º 0.58% 0.59% -
XYZ 18.64 11.77 22.76 -
YUV 97.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 151 63 131 0 0.58 0.13 0.41 313.64 0.41 0.42
Hex 97 3F 83 0 3A D 29 13A 29 2A
Octal 227 77 203 0 72 15 51 472 51 52
Binary 10010111 111111 10000011 0 111010 1101 101001 100111010 101001 101010

Color Harmonies of #973F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F83

Black with #973F83

Text Example


Text Example

White with #973F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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