Html Css Color HEX #965986 Strikemaster

📋 copy color: '#965986'

red 150 ◦ green 89 ◦ blue 134

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

Shades of Strikemaster #965986

Tints of Strikemaster #965986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.86%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 40.21%
G = 23.86%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#965986 (or 0x965986) is known color: Strikemaster. HEX triplet: 96, 59 and 86. RGB value is (150,89,134). Sum of RGB (Red+Green+Blue) = 150+89+134=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #965986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965986 is #69A679. Grayscale: #707070. Windows color (decimal): -6923898 or 8804758. OLE color: 8804758.

HSL color Cylindrical-coordinate representation of color #965986: hue angle of 315.74º 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 #965986 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 134 -
CMYK 0 0.41 0.11 0.41
HSL 315.74º 0.26% 0.47% -
HSV(B) 315.74º 0.41% 0.59% -
XYZ 20.45 15.35 24.44 -
YUV 112.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 150 89 134 0 0.41 0.11 0.41 315.74 0.26 0.47
Hex 96 59 86 0 29 B 29 13C 1A 2F
Octal 226 131 206 0 51 13 51 474 32 57
Binary 10010110 1011001 10000110 0 101001 1011 101001 100111100 11010 101111

Color Harmonies of #965986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965986

Black with #965986

Text Example


Text Example

White with #965986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965986; }

 p { color: rgb(150,89,134); }

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

background-color css

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

 a { background-color: rgb(150,89,134); }

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

border-color css

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

 span { border-color: rgb(150,89,134); }

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