Html Css Color HEX #97527B Strikemaster

📋 copy color: '#97527B'

red 151 ◦ green 82 ◦ blue 123

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

Shades of Strikemaster #97527B

Tints of Strikemaster #97527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 42.42%
G = 23.03%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97527B (or 0x97527B) is known color: Strikemaster. HEX triplet: 97, 52 and 7B. RGB value is (151,82,123). Sum of RGB (Red+Green+Blue) = 151+82+123=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97527B is #68AD84. Grayscale: #6B6B6B. Windows color (decimal): -6860165 or 8082071. OLE color: 8082071.

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

Color convert

RGB 151 82 123 -
CMYK 0 0.46 0.19 0.41
HSL 324.35º 0.3% 0.46% -
HSV(B) 324.35º 0.46% 0.59% -
XYZ 19.35 14.04 20.43 -
YUV 107.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 151 82 123 0 0.46 0.19 0.41 324.35 0.3 0.46
Hex 97 52 7B 0 2E 13 29 144 1E 2E
Octal 227 122 173 0 56 23 51 504 36 56
Binary 10010111 1010010 1111011 0 101110 10011 101001 101000100 11110 101110

Color Harmonies of #97527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97527B

Black with #97527B

Text Example


Text Example

White with #97527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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