Html Css Color HEX #956089 Strikemaster

📋 copy color: '#956089'

red 149 ◦ green 96 ◦ blue 137

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

Shades of Strikemaster #956089

Tints of Strikemaster #956089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 39.01%
G = 25.13%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#956089 (or 0x956089) is known color: Strikemaster. HEX triplet: 95, 60 and 89. RGB value is (149,96,137). Sum of RGB (Red+Green+Blue) = 149+96+137=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956089 is #6A9F76. Grayscale: #747474. Windows color (decimal): -6987639 or 9003157. OLE color: 9003157.

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

Color convert

RGB 149 96 137 -
CMYK 0 0.36 0.08 0.42
HSL 313.58º 0.22% 0.48% -
HSV(B) 313.58º 0.36% 0.58% -
XYZ 21.09 16.56 25.75 -
YUV 116.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 149 96 137 0 0.36 0.08 0.42 313.58 0.22 0.48
Hex 95 60 89 0 24 8 2A 13A 16 30
Octal 225 140 211 0 44 10 52 472 26 60
Binary 10010101 1100000 10001001 0 100100 1000 101010 100111010 10110 110000

Color Harmonies of #956089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956089

Black with #956089

Text Example


Text Example

White with #956089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956089; }

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

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

background-color css

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

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

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

border-color css

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

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

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