Html Css Color HEX #95567D Strikemaster

📋 copy color: '#95567D'

red 149 ◦ green 86 ◦ blue 125

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

Shades of Strikemaster #95567D

Tints of Strikemaster #95567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

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

R = 41.39%
G = 23.89%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95567D (or 0x95567D) is known color: Strikemaster. HEX triplet: 95, 56 and 7D. RGB value is (149,86,125). Sum of RGB (Red+Green+Blue) = 149+86+125=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95567D is #6AA982. Grayscale: #6D6D6D. Windows color (decimal): -6990211 or 8214165. OLE color: 8214165.

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

Color convert

RGB 149 86 125 -
CMYK 0 0.42 0.16 0.42
HSL 322.86º 0.27% 0.46% -
HSV(B) 322.86º 0.42% 0.58% -
XYZ 19.42 14.53 21.18 -
YUV 109.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 149 86 125 0 0.42 0.16 0.42 322.86 0.27 0.46
Hex 95 56 7D 0 2A 10 2A 143 1B 2E
Octal 225 126 175 0 52 20 52 503 33 56
Binary 10010101 1010110 1111101 0 101010 10000 101010 101000011 11011 101110

Color Harmonies of #95567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95567D

Black with #95567D

Text Example


Text Example

White with #95567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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