Html Css Color HEX #95527D Strikemaster

📋 copy color: '#95527D'

red 149 ◦ green 82 ◦ blue 125

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

Shades of Strikemaster #95527D

Tints of Strikemaster #95527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 41.85%
G = 23.03%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95527D (or 0x95527D) is known color: Strikemaster. HEX triplet: 95, 52 and 7D. RGB value is (149,82,125). Sum of RGB (Red+Green+Blue) = 149+82+125=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95527D is #6AAD82. Grayscale: #6A6A6A. Windows color (decimal): -6991235 or 8213141. OLE color: 8213141.

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

Color convert

RGB 149 82 125 -
CMYK 0 0.45 0.16 0.42
HSL 321.49º 0.29% 0.45% -
HSV(B) 321.49º 0.45% 0.58% -
XYZ 19.11 13.9 21.08 -
YUV 106.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 149 82 125 0 0.45 0.16 0.42 321.49 0.29 0.45
Hex 95 52 7D 0 2D 10 2A 141 1D 2D
Octal 225 122 175 0 55 20 52 501 35 55
Binary 10010101 1010010 1111101 0 101101 10000 101010 101000001 11101 101101

Color Harmonies of #95527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95527D

Black with #95527D

Text Example


Text Example

White with #95527D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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