Html Css Color HEX #975888 Strikemaster

📋 copy color: '#975888'

red 151 ◦ green 88 ◦ blue 136

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

Shades of Strikemaster #975888

Tints of Strikemaster #975888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 40.27%
G = 23.47%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#975888 (or 0x975888) is known color: Strikemaster. HEX triplet: 97, 58 and 88. RGB value is (151,88,136). Sum of RGB (Red+Green+Blue) = 151+88+136=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #975888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975888 is #68A777. Grayscale: #707070. Windows color (decimal): -6858616 or 8935575. OLE color: 8935575.

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

Color convert

RGB 151 88 136 -
CMYK 0 0.42 0.10 0.41
HSL 314.29º 0.26% 0.47% -
HSV(B) 314.29º 0.42% 0.59% -
XYZ 20.7 15.34 25.16 -
YUV 112.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 151 88 136 0 0.42 0.10 0.41 314.29 0.26 0.47
Hex 97 58 88 0 2A A 29 13A 1A 2F
Octal 227 130 210 0 52 12 51 472 32 57
Binary 10010111 1011000 10001000 0 101010 1010 101001 100111010 11010 101111

Color Harmonies of #975888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975888

Black with #975888

Text Example


Text Example

White with #975888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975888; }

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

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

background-color css

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

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

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

border-color css

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

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

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