Html Css Color HEX #974087 Dark Purple

📋 copy color: '#974087'

red 151 ◦ green 64 ◦ blue 135

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

Shades of Dark Purple #974087

Tints of Dark Purple #974087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 43.14%
G = 18.29%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#974087 (or 0x974087) is known color: Dark Purple. HEX triplet: 97, 40 and 87. RGB value is (151,64,135). Sum of RGB (Red+Green+Blue) = 151+64+135=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #974087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974087 is #68BF78. Grayscale: #616161. Windows color (decimal): -6864761 or 8863895. OLE color: 8863895.

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

Color convert

RGB 151 64 135 -
CMYK 0 0.58 0.11 0.41
HSL 311.03º 0.4% 0.42% -
HSV(B) 311.03º 0.58% 0.59% -
XYZ 18.97 12 24.24 -
YUV 98.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 151 64 135 0 0.58 0.11 0.41 311.03 0.4 0.42
Hex 97 40 87 0 3A B 29 137 28 2A
Octal 227 100 207 0 72 13 51 467 50 52
Binary 10010111 1000000 10000111 0 111010 1011 101001 100110111 101000 101010

Color Harmonies of #974087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974087

Black with #974087

Text Example


Text Example

White with #974087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974087; }

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

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

background-color css

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

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

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

border-color css

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

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

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