Html Css Color HEX #95527A Strikemaster

📋 copy color: '#95527A'

red 149 ◦ green 82 ◦ blue 122

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

Shades of Strikemaster #95527A

Tints of Strikemaster #95527A

RGB

 RED value IS 149 (58.59% from 255) = 42.21%

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

 BLUE value IS 122 (48.05% from 255) = 34.56%

R = 42.21%
G = 23.23%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95527A (or 0x95527A) is known color: Strikemaster. HEX triplet: 95, 52 and 7A. RGB value is (149,82,122). Sum of RGB (Red+Green+Blue) = 149+82+122=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527A is #6AAD85. Grayscale: #6A6A6A. Windows color (decimal): -6991238 or 8016533. OLE color: 8016533.

HSL color Cylindrical-coordinate representation of color #95527A: hue angle of 324.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95527A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 122 -
CMYK 0 0.45 0.18 0.42
HSL 324.18º 0.29% 0.45% -
HSV(B) 324.18º 0.45% 0.58% -
XYZ 18.92 13.83 20.08 -
YUV 106.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 149 82 122 0 0.45 0.18 0.42 324.18 0.29 0.45
Hex 95 52 7A 0 2D 12 2A 144 1D 2D
Octal 225 122 172 0 55 22 52 504 35 55
Binary 10010101 1010010 1111010 0 101101 10010 101010 101000100 11101 101101

Color Harmonies of #95527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95527A

Black with #95527A

Text Example


Text Example

White with #95527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95527A; }

 p { color: rgb(149,82,122); }

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

background-color css

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

 a { background-color: rgb(149,82,122); }

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

border-color css

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

 span { border-color: rgb(149,82,122); }

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