Html Css Color HEX #972383 Dark Purple

📋 copy color: '#972383'

red 151 ◦ green 35 ◦ blue 131

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

Shades of Dark Purple #972383

Tints of Dark Purple #972383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 47.63%
G = 11.04%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#972383 (or 0x972383) is known color: Dark Purple. HEX triplet: 97, 23 and 83. RGB value is (151,35,131). Sum of RGB (Red+Green+Blue) = 151+35+131=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #972383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972383 is #68DC7C. Grayscale: #505050. Windows color (decimal): -6872189 or 8594327. OLE color: 8594327.

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

Color convert

RGB 151 35 131 -
CMYK 0 0.77 0.13 0.41
HSL 310.34º 0.62% 0.36% -
HSV(B) 310.34º 0.77% 0.59% -
XYZ 17.46 9.42 22.37 -
YUV 80.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 151 35 131 0 0.77 0.13 0.41 310.34 0.62 0.36
Hex 97 23 83 0 4D D 29 136 3E 24
Octal 227 43 203 0 115 15 51 466 76 44
Binary 10010111 100011 10000011 0 1001101 1101 101001 100110110 111110 100100

Color Harmonies of #972383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972383

Black with #972383

Text Example


Text Example

White with #972383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972383; }

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

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

background-color css

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

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

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

border-color css

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

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

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