Html Css Color HEX #95607B Strikemaster

📋 copy color: '#95607B'

red 149 ◦ green 96 ◦ blue 123

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

Shades of Strikemaster #95607B

Tints of Strikemaster #95607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 40.49%
G = 26.09%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95607B (or 0x95607B) is known color: Strikemaster. HEX triplet: 95, 60 and 7B. RGB value is (149,96,123). Sum of RGB (Red+Green+Blue) = 149+96+123=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #95607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95607B is #6A9F84. Grayscale: #727272. Windows color (decimal): -6987653 or 8085653. OLE color: 8085653.

HSL color Cylindrical-coordinate representation of color #95607B: hue angle of 329.43º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95607B is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 123 -
CMYK 0 0.36 0.17 0.42
HSL 329.43º 0.22% 0.48% -
HSV(B) 329.43º 0.36% 0.58% -
XYZ 20.15 16.19 20.8 -
YUV 114.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 149 96 123 0 0.36 0.17 0.42 329.43 0.22 0.48
Hex 95 60 7B 0 24 11 2A 149 16 30
Octal 225 140 173 0 44 21 52 511 26 60
Binary 10010101 1100000 1111011 0 100100 10001 101010 101001001 10110 110000

Color Harmonies of #95607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95607B

Black with #95607B

Text Example


Text Example

White with #95607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95607B; }

 p { color: rgb(149,96,123); }

 H1.HeaderClassName
 {
   color: #95607B;
 }
 .AnyTagClassName
 {
   color: #95607B;
 }
</style>

background-color css

<style>
 a { background-color: #95607B; }

 a { background-color: rgb(149,96,123); }

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

border-color css

<style>
 span { border-color: #95607B; }

 span { border-color: rgb(149,96,123); }

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