Html Css Color HEX #95527B Strikemaster

📋 copy color: '#95527B'

red 149 ◦ green 82 ◦ blue 123

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

Shades of Strikemaster #95527B

Tints of Strikemaster #95527B

RGB

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

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

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

R = 42.09%
G = 23.16%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95527B (or 0x95527B) is known color: Strikemaster. HEX triplet: 95, 52 and 7B. RGB value is (149,82,123). Sum of RGB (Red+Green+Blue) = 149+82+123=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #95527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527B is #6AAD84. Grayscale: #6A6A6A. Windows color (decimal): -6991237 or 8082069. OLE color: 8082069.

HSL color Cylindrical-coordinate representation of color #95527B: hue angle of 323.28º 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 #95527B is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 123 -
CMYK 0 0.45 0.17 0.42
HSL 323.28º 0.29% 0.45% -
HSV(B) 323.28º 0.45% 0.58% -
XYZ 18.99 13.85 20.41 -
YUV 106.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 149 82 123 0 0.45 0.17 0.42 323.28 0.29 0.45
Hex 95 52 7B 0 2D 11 2A 143 1D 2D
Octal 225 122 173 0 55 21 52 503 35 55
Binary 10010101 1010010 1111011 0 101101 10001 101010 101000011 11101 101101

Color Harmonies of #95527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95527B

Black with #95527B

Text Example


Text Example

White with #95527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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