Html Css Color HEX #974084 Dark Purple

📋 copy color: '#974084'

red 151 ◦ green 64 ◦ blue 132

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

Shades of Dark Purple #974084

Tints of Dark Purple #974084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 43.52%
G = 18.44%
B = 38.04%

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

#974084 (or 0x974084) is known color: Dark Purple. HEX triplet: 97, 40 and 84. RGB value is (151,64,132). Sum of RGB (Red+Green+Blue) = 151+64+132=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #974084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974084 is #68BF7B. Grayscale: #616161. Windows color (decimal): -6864764 or 8667287. OLE color: 8667287.

HSL color Cylindrical-coordinate representation of color #974084: hue angle of 313.1º degrees, saturation: 0.4, 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 #974084 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 132 -
CMYK 0 0.58 0.13 0.41
HSL 313.1º 0.4% 0.42% -
HSV(B) 313.1º 0.58% 0.59% -
XYZ 18.76 11.91 23.14 -
YUV 97.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 151 64 132 0 0.58 0.13 0.41 313.1 0.4 0.42
Hex 97 40 84 0 3A D 29 139 28 2A
Octal 227 100 204 0 72 15 51 471 50 52
Binary 10010111 1000000 10000100 0 111010 1101 101001 100111001 101000 101010

Color Harmonies of #974084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974084

Black with #974084

Text Example


Text Example

White with #974084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974084; }

 p { color: rgb(151,64,132); }

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

background-color css

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

 a { background-color: rgb(151,64,132); }

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

border-color css

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

 span { border-color: rgb(151,64,132); }

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