Html Css Color HEX #974282 Dark Purple

📋 copy color: '#974282'

red 151 ◦ green 66 ◦ blue 130

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

Shades of Dark Purple #974282

Tints of Dark Purple #974282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 130 (51.17% from 255) = 37.46%

R = 43.52%
G = 19.02%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#974282 (or 0x974282) is known color: Dark Purple. HEX triplet: 97, 42 and 82. RGB value is (151,66,130). Sum of RGB (Red+Green+Blue) = 151+66+130=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #974282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974282 is #68BD7D. Grayscale: #626262. Windows color (decimal): -6864254 or 8536727. OLE color: 8536727.

HSL color Cylindrical-coordinate representation of color #974282: hue angle of 314.82º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974282 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 130 -
CMYK 0 0.56 0.14 0.41
HSL 314.82º 0.39% 0.43% -
HSV(B) 314.82º 0.56% 0.59% -
XYZ 18.74 12.09 22.46 -
YUV 98.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 151 66 130 0 0.56 0.14 0.41 314.82 0.39 0.43
Hex 97 42 82 0 38 E 29 13B 27 2B
Octal 227 102 202 0 70 16 51 473 47 53
Binary 10010111 1000010 10000010 0 111000 1110 101001 100111011 100111 101011

Color Harmonies of #974282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974282

Black with #974282

Text Example


Text Example

White with #974282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974282; }

 p { color: rgb(151,66,130); }

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

background-color css

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

 a { background-color: rgb(151,66,130); }

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

border-color css

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

 span { border-color: rgb(151,66,130); }

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