Html Css Color HEX #975985 Strikemaster

📋 copy color: '#975985'

red 151 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #975985

Tints of Strikemaster #975985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 40.48%
G = 23.86%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#975985 (or 0x975985) is known color: Strikemaster. HEX triplet: 97, 59 and 85. RGB value is (151,89,133). Sum of RGB (Red+Green+Blue) = 151+89+133=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #975985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975985 is #68A67A. Grayscale: #707070. Windows color (decimal): -6858363 or 8739223. OLE color: 8739223.

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

Color convert

RGB 151 89 133 -
CMYK 0 0.41 0.12 0.41
HSL 317.42º 0.26% 0.47% -
HSV(B) 317.42º 0.41% 0.59% -
XYZ 20.57 15.42 24.08 -
YUV 112.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 151 89 133 0 0.41 0.12 0.41 317.42 0.26 0.47
Hex 97 59 85 0 29 C 29 13D 1A 2F
Octal 227 131 205 0 51 14 51 475 32 57
Binary 10010111 1011001 10000101 0 101001 1100 101001 100111101 11010 101111

Color Harmonies of #975985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975985

Black with #975985

Text Example


Text Example

White with #975985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975985; }

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

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

background-color css

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

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

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

border-color css

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

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

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