Html Css Color HEX #965A89 Strikemaster

📋 copy color: '#965A89'

red 150 ◦ green 90 ◦ blue 137

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

Shades of Strikemaster #965A89

Tints of Strikemaster #965A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 39.79%
G = 23.87%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#965A89 (or 0x965A89) is known color: Strikemaster. HEX triplet: 96, 5A and 89. RGB value is (150,90,137). Sum of RGB (Red+Green+Blue) = 150+90+137=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #965A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A89 is #69A576. Grayscale: #717171. Windows color (decimal): -6923639 or 9001622. OLE color: 9001622.

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

Color convert

RGB 150 90 137 -
CMYK 0 0.4 0.09 0.41
HSL 313º 0.25% 0.47% -
HSV(B) 313º 0.4% 0.59% -
XYZ 20.75 15.6 25.58 -
YUV 113.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 150 90 137 0 0.4 0.09 0.41 313 0.25 0.47
Hex 96 5A 89 0 28 9 29 139 19 2F
Octal 226 132 211 0 50 11 51 471 31 57
Binary 10010110 1011010 10001001 0 101000 1001 101001 100111001 11001 101111

Color Harmonies of #965A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A89

Black with #965A89

Text Example


Text Example

White with #965A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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