Html Css Color HEX #95537D Strikemaster

📋 copy color: '#95537D'

red 149 ◦ green 83 ◦ blue 125

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

Shades of Strikemaster #95537D

Tints of Strikemaster #95537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

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

R = 41.74%
G = 23.25%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95537D (or 0x95537D) is known color: Strikemaster. HEX triplet: 95, 53 and 7D. RGB value is (149,83,125). Sum of RGB (Red+Green+Blue) = 149+83+125=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95537D is #6AAC82. Grayscale: #6B6B6B. Windows color (decimal): -6990979 or 8213397. OLE color: 8213397.

HSL color Cylindrical-coordinate representation of color #95537D: hue angle of 321.82º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95537D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 125 -
CMYK 0 0.44 0.16 0.42
HSL 321.82º 0.28% 0.45% -
HSV(B) 321.82º 0.44% 0.58% -
XYZ 19.19 14.06 21.1 -
YUV 107.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 149 83 125 0 0.44 0.16 0.42 321.82 0.28 0.45
Hex 95 53 7D 0 2C 10 2A 142 1C 2D
Octal 225 123 175 0 54 20 52 502 34 55
Binary 10010101 1010011 1111101 0 101100 10000 101010 101000010 11100 101101

Color Harmonies of #95537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95537D

Black with #95537D

Text Example


Text Example

White with #95537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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