Html Css Color HEX #965685 Strikemaster

📋 copy color: '#965685'

red 150 ◦ green 86 ◦ blue 133

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

Shades of Strikemaster #965685

Tints of Strikemaster #965685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 40.65%
G = 23.31%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#965685 (or 0x965685) is known color: Strikemaster. HEX triplet: 96, 56 and 85. RGB value is (150,86,133). Sum of RGB (Red+Green+Blue) = 150+86+133=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #965685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965685 is #69A97A. Grayscale: #6E6E6E. Windows color (decimal): -6924667 or 8738454. OLE color: 8738454.

HSL color Cylindrical-coordinate representation of color #965685: hue angle of 315.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965685 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 133 -
CMYK 0 0.43 0.11 0.41
HSL 315.94º 0.27% 0.46% -
HSV(B) 315.94º 0.43% 0.59% -
XYZ 20.14 14.83 23.99 -
YUV 110.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 150 86 133 0 0.43 0.11 0.41 315.94 0.27 0.46
Hex 96 56 85 0 2B B 29 13C 1B 2E
Octal 226 126 205 0 53 13 51 474 33 56
Binary 10010110 1010110 10000101 0 101011 1011 101001 100111100 11011 101110

Color Harmonies of #965685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965685

Black with #965685

Text Example


Text Example

White with #965685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965685; }

 p { color: rgb(150,86,133); }

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

background-color css

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

 a { background-color: rgb(150,86,133); }

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

border-color css

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

 span { border-color: rgb(150,86,133); }

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