Html Css Color HEX #975C8B Strikemaster

📋 copy color: '#975C8B'

red 151 ◦ green 92 ◦ blue 139

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

Shades of Strikemaster #975C8B

Tints of Strikemaster #975C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 39.53%
G = 24.08%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#975C8B (or 0x975C8B) is known color: Strikemaster. HEX triplet: 97, 5C and 8B. RGB value is (151,92,139). Sum of RGB (Red+Green+Blue) = 151+92+139=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #975C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975C8B is #68A374. Grayscale: #727272. Windows color (decimal): -6857589 or 9133207. OLE color: 9133207.

HSL color Cylindrical-coordinate representation of color #975C8B: hue angle of 312.2º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #975C8B is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 139 -
CMYK 0 0.39 0.08 0.41
HSL 312.2º 0.24% 0.48% -
HSV(B) 312.2º 0.39% 0.59% -
XYZ 21.25 16.1 26.41 -
YUV 115 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 151 92 139 0 0.39 0.08 0.41 312.2 0.24 0.48
Hex 97 5C 8B 0 27 8 29 138 18 30
Octal 227 134 213 0 47 10 51 470 30 60
Binary 10010111 1011100 10001011 0 100111 1000 101001 100111000 11000 110000

Color Harmonies of #975C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C8B

Black with #975C8B

Text Example


Text Example

White with #975C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975C8B; }

 p { color: rgb(151,92,139); }

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

background-color css

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

 a { background-color: rgb(151,92,139); }

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

border-color css

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

 span { border-color: rgb(151,92,139); }

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