Html Css Color HEX #95567A Strikemaster

📋 copy color: '#95567A'

red 149 ◦ green 86 ◦ blue 122

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

Shades of Strikemaster #95567A

Tints of Strikemaster #95567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.17%

R = 41.74%
G = 24.09%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95567A (or 0x95567A) is known color: Strikemaster. HEX triplet: 95, 56 and 7A. RGB value is (149,86,122). Sum of RGB (Red+Green+Blue) = 149+86+122=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95567A is #6AA985. Grayscale: #6C6C6C. Windows color (decimal): -6990214 or 8017557. OLE color: 8017557.

HSL color Cylindrical-coordinate representation of color #95567A: hue angle of 325.71º 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 #95567A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 122 -
CMYK 0 0.42 0.18 0.42
HSL 325.71º 0.27% 0.46% -
HSV(B) 325.71º 0.42% 0.58% -
XYZ 19.24 14.45 20.19 -
YUV 108.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 149 86 122 0 0.42 0.18 0.42 325.71 0.27 0.46
Hex 95 56 7A 0 2A 12 2A 146 1B 2E
Octal 225 126 172 0 52 22 52 506 33 56
Binary 10010101 1010110 1111010 0 101010 10010 101010 101000110 11011 101110

Color Harmonies of #95567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95567A

Black with #95567A

Text Example


Text Example

White with #95567A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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