Html Css Color HEX #965889 Strikemaster

📋 copy color: '#965889'

red 150 ◦ green 88 ◦ blue 137

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

Shades of Strikemaster #965889

Tints of Strikemaster #965889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 40%
G = 23.47%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965889 (or 0x965889) is known color: Strikemaster. HEX triplet: 96, 58 and 89. RGB value is (150,88,137). Sum of RGB (Red+Green+Blue) = 150+88+137=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #965889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965889 is #69A776. Grayscale: #6F6F6F. Windows color (decimal): -6924151 or 9001110. OLE color: 9001110.

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

Color convert

RGB 150 88 137 -
CMYK 0 0.41 0.09 0.41
HSL 312.58º 0.26% 0.47% -
HSV(B) 312.58º 0.41% 0.59% -
XYZ 20.58 15.27 25.53 -
YUV 112.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 150 88 137 0 0.41 0.09 0.41 312.58 0.26 0.47
Hex 96 58 89 0 29 9 29 139 1A 2F
Octal 226 130 211 0 51 11 51 471 32 57
Binary 10010110 1011000 10001001 0 101001 1001 101001 100111001 11010 101111

Color Harmonies of #965889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965889

Black with #965889

Text Example


Text Example

White with #965889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965889; }

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

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

background-color css

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

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

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

border-color css

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

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

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