Html Css Color HEX #975982 Strikemaster

📋 copy color: '#975982'

red 151 ◦ green 89 ◦ blue 130

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

Shades of Strikemaster #975982

Tints of Strikemaster #975982

RGB

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

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

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

R = 40.81%
G = 24.05%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#975982 (or 0x975982) is known color: Strikemaster. HEX triplet: 97, 59 and 82. RGB value is (151,89,130). Sum of RGB (Red+Green+Blue) = 151+89+130=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #975982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975982 is #68A67D. Grayscale: #707070. Windows color (decimal): -6858366 or 8542615. OLE color: 8542615.

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

Color convert

RGB 151 89 130 -
CMYK 0 0.41 0.14 0.41
HSL 320.32º 0.26% 0.47% -
HSV(B) 320.32º 0.41% 0.59% -
XYZ 20.36 15.34 23.01 -
YUV 112.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 151 89 130 0 0.41 0.14 0.41 320.32 0.26 0.47
Hex 97 59 82 0 29 E 29 140 1A 2F
Octal 227 131 202 0 51 16 51 500 32 57
Binary 10010111 1011001 10000010 0 101001 1110 101001 101000000 11010 101111

Color Harmonies of #975982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975982

Black with #975982

Text Example


Text Example

White with #975982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975982; }

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

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

background-color css

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

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

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

border-color css

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

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

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