Html Css Color HEX #974281 Dark Purple

📋 copy color: '#974281'

red 151 ◦ green 66 ◦ blue 129

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

Shades of Dark Purple #974281

Tints of Dark Purple #974281

RGB

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

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

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

R = 43.64%
G = 19.08%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#974281 (or 0x974281) is known color: Dark Purple. HEX triplet: 97, 42 and 81. RGB value is (151,66,129). Sum of RGB (Red+Green+Blue) = 151+66+129=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #974281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974281 is #68BD7E. Grayscale: #626262. Windows color (decimal): -6864255 or 8471191. OLE color: 8471191.

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

Color convert

RGB 151 66 129 -
CMYK 0 0.56 0.15 0.41
HSL 315.53º 0.39% 0.43% -
HSV(B) 315.53º 0.56% 0.59% -
XYZ 18.67 12.06 22.11 -
YUV 98.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 151 66 129 0 0.56 0.15 0.41 315.53 0.39 0.43
Hex 97 42 81 0 38 F 29 13C 27 2B
Octal 227 102 201 0 70 17 51 474 47 53
Binary 10010111 1000010 10000001 0 111000 1111 101001 100111100 100111 101011

Color Harmonies of #974281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974281

Black with #974281

Text Example


Text Example

White with #974281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974281; }

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

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

background-color css

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

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

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

border-color css

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

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

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