Html Css Color HEX #966089 Strikemaster

📋 copy color: '#966089'

red 150 ◦ green 96 ◦ blue 137

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

Shades of Strikemaster #966089

Tints of Strikemaster #966089

RGB

 RED value IS 150 (58.98% from 255) = 39.16%

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

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

R = 39.16%
G = 25.07%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#966089 (or 0x966089) is known color: Strikemaster. HEX triplet: 96, 60 and 89. RGB value is (150,96,137). Sum of RGB (Red+Green+Blue) = 150+96+137=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966089 is #699F76. Grayscale: #747474. Windows color (decimal): -6922103 or 9003158. OLE color: 9003158.

HSL color Cylindrical-coordinate representation of color #966089: hue angle of 314.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966089 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 137 -
CMYK 0 0.36 0.09 0.41
HSL 314.44º 0.22% 0.48% -
HSV(B) 314.44º 0.36% 0.59% -
XYZ 21.28 16.66 25.76 -
YUV 116.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 150 96 137 0 0.36 0.09 0.41 314.44 0.22 0.48
Hex 96 60 89 0 24 9 29 13A 16 30
Octal 226 140 211 0 44 11 51 472 26 60
Binary 10010110 1100000 10001001 0 100100 1001 101001 100111010 10110 110000

Color Harmonies of #966089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966089

Black with #966089

Text Example


Text Example

White with #966089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966089; }

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

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

background-color css

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

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

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

border-color css

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

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

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