Html Css Color HEX #975983 Strikemaster

📋 copy color: '#975983'

red 151 ◦ green 89 ◦ blue 131

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

Shades of Strikemaster #975983

Tints of Strikemaster #975983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 40.7%
G = 23.99%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#975983 (or 0x975983) is known color: Strikemaster. HEX triplet: 97, 59 and 83. RGB value is (151,89,131). Sum of RGB (Red+Green+Blue) = 151+89+131=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #975983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975983 is #68A67C. Grayscale: #707070. Windows color (decimal): -6858365 or 8608151. OLE color: 8608151.

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

Color convert

RGB 151 89 131 -
CMYK 0 0.41 0.13 0.41
HSL 319.35º 0.26% 0.47% -
HSV(B) 319.35º 0.41% 0.59% -
XYZ 20.43 15.36 23.36 -
YUV 112.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 151 89 131 0 0.41 0.13 0.41 319.35 0.26 0.47
Hex 97 59 83 0 29 D 29 13F 1A 2F
Octal 227 131 203 0 51 15 51 477 32 57
Binary 10010111 1011001 10000011 0 101001 1101 101001 100111111 11010 101111

Color Harmonies of #975983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975983

Black with #975983

Text Example


Text Example

White with #975983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975983; }

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

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

background-color css

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

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

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

border-color css

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

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

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