Html Css Color HEX #95527F Strikemaster

📋 copy color: '#95527F'

red 149 ◦ green 82 ◦ blue 127

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

Shades of Strikemaster #95527F

Tints of Strikemaster #95527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 41.62%
G = 22.91%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95527F (or 0x95527F) is known color: Strikemaster. HEX triplet: 95, 52 and 7F. RGB value is (149,82,127). Sum of RGB (Red+Green+Blue) = 149+82+127=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527F is #6AAD80. Grayscale: #6B6B6B. Windows color (decimal): -6991233 or 8344213. OLE color: 8344213.

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

Color convert

RGB 149 82 127 -
CMYK 0 0.45 0.15 0.42
HSL 319.7º 0.29% 0.45% -
HSV(B) 319.7º 0.45% 0.58% -
XYZ 19.24 13.96 21.76 -
YUV 107.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 149 82 127 0 0.45 0.15 0.42 319.7 0.29 0.45
Hex 95 52 7F 0 2D F 2A 140 1D 2D
Octal 225 122 177 0 55 17 52 500 35 55
Binary 10010101 1010010 1111111 0 101101 1111 101010 101000000 11101 101101

Color Harmonies of #95527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95527F

Black with #95527F

Text Example


Text Example

White with #95527F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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