Html Css Color HEX #974085 Dark Purple

📋 copy color: '#974085'

red 151 ◦ green 64 ◦ blue 133

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

Shades of Dark Purple #974085

Tints of Dark Purple #974085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 43.39%
G = 18.39%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#974085 (or 0x974085) is known color: Dark Purple. HEX triplet: 97, 40 and 85. RGB value is (151,64,133). Sum of RGB (Red+Green+Blue) = 151+64+133=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #974085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974085 is #68BF7A. Grayscale: #616161. Windows color (decimal): -6864763 or 8732823. OLE color: 8732823.

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

Color convert

RGB 151 64 133 -
CMYK 0 0.58 0.12 0.41
HSL 312.41º 0.4% 0.42% -
HSV(B) 312.41º 0.58% 0.59% -
XYZ 18.83 11.94 23.5 -
YUV 97.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 151 64 133 0 0.58 0.12 0.41 312.41 0.4 0.42
Hex 97 40 85 0 3A C 29 138 28 2A
Octal 227 100 205 0 72 14 51 470 50 52
Binary 10010111 1000000 10000101 0 111010 1100 101001 100111000 101000 101010

Color Harmonies of #974085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974085

Black with #974085

Text Example


Text Example

White with #974085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974085; }

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

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

background-color css

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

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

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

border-color css

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

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

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