Html Css Color HEX #975781 Strikemaster

📋 copy color: '#975781'

red 151 ◦ green 87 ◦ blue 129

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

Shades of Strikemaster #975781

Tints of Strikemaster #975781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

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

R = 41.14%
G = 23.71%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#975781 (or 0x975781) is known color: Strikemaster. HEX triplet: 97, 57 and 81. RGB value is (151,87,129). Sum of RGB (Red+Green+Blue) = 151+87+129=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975781 is #68A87E. Grayscale: #6E6E6E. Windows color (decimal): -6858879 or 8476567. OLE color: 8476567.

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

Color convert

RGB 151 87 129 -
CMYK 0 0.42 0.15 0.41
HSL 320.63º 0.27% 0.47% -
HSV(B) 320.63º 0.42% 0.59% -
XYZ 20.13 14.98 22.6 -
YUV 110.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 151 87 129 0 0.42 0.15 0.41 320.63 0.27 0.47
Hex 97 57 81 0 2A F 29 141 1B 2F
Octal 227 127 201 0 52 17 51 501 33 57
Binary 10010111 1010111 10000001 0 101010 1111 101001 101000001 11011 101111

Color Harmonies of #975781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975781

Black with #975781

Text Example


Text Example

White with #975781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975781; }

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

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

background-color css

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

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

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

border-color css

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

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

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