Html Css Color HEX #972083 Dark Purple

📋 copy color: '#972083'

red 151 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #972083

Tints of Dark Purple #972083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.19%

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

R = 48.09%
G = 10.19%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#972083 (or 0x972083) is known color: Dark Purple. HEX triplet: 97, 20 and 83. RGB value is (151,32,131). Sum of RGB (Red+Green+Blue) = 151+32+131=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #972083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972083 is #68DF7C. Grayscale: #4E4E4E. Windows color (decimal): -6872957 or 8593559. OLE color: 8593559.

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

Color convert

RGB 151 32 131 -
CMYK 0 0.79 0.13 0.41
HSL 310.08º 0.65% 0.36% -
HSV(B) 310.08º 0.79% 0.59% -
XYZ 17.38 9.25 22.34 -
YUV 78.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 151 32 131 0 0.79 0.13 0.41 310.08 0.65 0.36
Hex 97 20 83 0 4F D 29 136 41 24
Octal 227 40 203 0 117 15 51 466 101 44
Binary 10010111 100000 10000011 0 1001111 1101 101001 100110110 1000001 100100

Color Harmonies of #972083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972083

Black with #972083

Text Example


Text Example

White with #972083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972083; }

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

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

background-color css

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

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

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

border-color css

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

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

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