Html Css Color HEX #975981 Strikemaster

📋 copy color: '#975981'

red 151 ◦ green 89 ◦ blue 129

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

Shades of Strikemaster #975981

Tints of Strikemaster #975981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.12%

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

R = 40.92%
G = 24.12%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#975981 (or 0x975981) is known color: Strikemaster. HEX triplet: 97, 59 and 81. RGB value is (151,89,129). Sum of RGB (Red+Green+Blue) = 151+89+129=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975981 is #68A67E. Grayscale: #707070. Windows color (decimal): -6858367 or 8477079. OLE color: 8477079.

HSL color Cylindrical-coordinate representation of color #975981: hue angle of 321.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #975981 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 89 129 -
CMYK 0 0.41 0.15 0.41
HSL 321.29º 0.26% 0.47% -
HSV(B) 321.29º 0.41% 0.59% -
XYZ 20.3 15.31 22.65 -
YUV 112.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 151 89 129 0 0.41 0.15 0.41 321.29 0.26 0.47
Hex 97 59 81 0 29 F 29 141 1A 2F
Octal 227 131 201 0 51 17 51 501 32 57
Binary 10010111 1011001 10000001 0 101001 1111 101001 101000001 11010 101111

Color Harmonies of #975981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975981

Black with #975981

Text Example


Text Example

White with #975981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975981; }

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

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

background-color css

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

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

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

border-color css

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

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

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