Html Css Color HEX #972381 Dark Purple

📋 copy color: '#972381'

red 151 ◦ green 35 ◦ blue 129

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

Shades of Dark Purple #972381

Tints of Dark Purple #972381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 47.94%
G = 11.11%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#972381 (or 0x972381) is known color: Dark Purple. HEX triplet: 97, 23 and 81. RGB value is (151,35,129). Sum of RGB (Red+Green+Blue) = 151+35+129=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #972381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972381 is #68DC7E. Grayscale: #505050. Windows color (decimal): -6872191 or 8463255. OLE color: 8463255.

HSL color Cylindrical-coordinate representation of color #972381: hue angle of 311.38º 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 #972381 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 129 -
CMYK 0 0.77 0.15 0.41
HSL 311.38º 0.62% 0.36% -
HSV(B) 311.38º 0.77% 0.59% -
XYZ 17.33 9.37 21.66 -
YUV 80.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 151 35 129 0 0.77 0.15 0.41 311.38 0.62 0.36
Hex 97 23 81 0 4D F 29 137 3E 24
Octal 227 43 201 0 115 17 51 467 76 44
Binary 10010111 100011 10000001 0 1001101 1111 101001 100110111 111110 100100

Color Harmonies of #972381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972381

Black with #972381

Text Example


Text Example

White with #972381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972381; }

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

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

background-color css

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

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

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

border-color css

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

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

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