Html Css Color HEX #973881 Dark Purple

📋 copy color: '#973881'

red 151 ◦ green 56 ◦ blue 129

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

Shades of Dark Purple #973881

Tints of Dark Purple #973881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

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

R = 44.94%
G = 16.67%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#973881 (or 0x973881) is known color: Dark Purple. HEX triplet: 97, 38 and 81. RGB value is (151,56,129). Sum of RGB (Red+Green+Blue) = 151+56+129=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #973881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973881 is #68C77E. Grayscale: #5C5C5C. Windows color (decimal): -6866815 or 8468631. OLE color: 8468631.

HSL color Cylindrical-coordinate representation of color #973881: hue angle of 313.89º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973881 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 129 -
CMYK 0 0.63 0.15 0.41
HSL 313.89º 0.46% 0.41% -
HSV(B) 313.89º 0.63% 0.59% -
XYZ 18.14 10.99 21.93 -
YUV 92.73 148.47 169.56 -
System Red Green Blue C M Y K H S L
Decimal 151 56 129 0 0.63 0.15 0.41 313.89 0.46 0.41
Hex 97 38 81 0 3F F 29 13A 2E 29
Octal 227 70 201 0 77 17 51 472 56 51
Binary 10010111 111000 10000001 0 111111 1111 101001 100111010 101110 101001

Color Harmonies of #973881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973881

Black with #973881

Text Example


Text Example

White with #973881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973881; }

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

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

background-color css

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

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

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

border-color css

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

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

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