Html Css Color HEX #975288 Strikemaster

📋 copy color: '#975288'

red 151 ◦ green 82 ◦ blue 136

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

Shades of Strikemaster #975288

Tints of Strikemaster #975288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 40.92%
G = 22.22%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#975288 (or 0x975288) is known color: Strikemaster. HEX triplet: 97, 52 and 88. RGB value is (151,82,136). Sum of RGB (Red+Green+Blue) = 151+82+136=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #975288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975288 is #68AD77. Grayscale: #6C6C6C. Windows color (decimal): -6860152 or 8934039. OLE color: 8934039.

HSL color Cylindrical-coordinate representation of color #975288: hue angle of 313.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975288 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 82 136 -
CMYK 0 0.46 0.10 0.41
HSL 313.04º 0.3% 0.46% -
HSV(B) 313.04º 0.46% 0.59% -
XYZ 20.22 14.39 25 -
YUV 108.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 151 82 136 0 0.46 0.10 0.41 313.04 0.3 0.46
Hex 97 52 88 0 2E A 29 139 1E 2E
Octal 227 122 210 0 56 12 51 471 36 56
Binary 10010111 1010010 10001000 0 101110 1010 101001 100111001 11110 101110

Color Harmonies of #975288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975288

Black with #975288

Text Example


Text Example

White with #975288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975288; }

 p { color: rgb(151,82,136); }

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

background-color css

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

 a { background-color: rgb(151,82,136); }

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

border-color css

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

 span { border-color: rgb(151,82,136); }

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