Html Css Color HEX #95627A Strikemaster

📋 copy color: '#95627A'

red 149 ◦ green 98 ◦ blue 122

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

Shades of Strikemaster #95627A

Tints of Strikemaster #95627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 40.38%
G = 26.56%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95627A (or 0x95627A) is known color: Strikemaster. HEX triplet: 95, 62 and 7A. RGB value is (149,98,122). Sum of RGB (Red+Green+Blue) = 149+98+122=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627A is #6A9D85. Grayscale: #737373. Windows color (decimal): -6987142 or 8020629. OLE color: 8020629.

HSL color Cylindrical-coordinate representation of color #95627A: hue angle of 331.76º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95627A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 98 122 -
CMYK 0 0.34 0.18 0.42
HSL 331.76º 0.21% 0.48% -
HSV(B) 331.76º 0.34% 0.58% -
XYZ 20.27 16.53 20.53 -
YUV 115.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 149 98 122 0 0.34 0.18 0.42 331.76 0.21 0.48
Hex 95 62 7A 0 22 12 2A 14C 15 30
Octal 225 142 172 0 42 22 52 514 25 60
Binary 10010101 1100010 1111010 0 100010 10010 101010 101001100 10101 110000

Color Harmonies of #95627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95627A

Black with #95627A

Text Example


Text Example

White with #95627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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