Html Css Color HEX #965F85 Strikemaster

📋 copy color: '#965F85'

red 150 ◦ green 95 ◦ blue 133

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

Shades of Strikemaster #965F85

Tints of Strikemaster #965F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 39.68%
G = 25.13%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#965F85 (or 0x965F85) is known color: Strikemaster. HEX triplet: 96, 5F and 85. RGB value is (150,95,133). Sum of RGB (Red+Green+Blue) = 150+95+133=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F85 is #69A07A. Grayscale: #737373. Windows color (decimal): -6922363 or 8740758. OLE color: 8740758.

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

Color convert

RGB 150 95 133 -
CMYK 0 0.37 0.11 0.41
HSL 318.55º 0.22% 0.48% -
HSV(B) 318.55º 0.37% 0.59% -
XYZ 20.9 16.36 24.25 -
YUV 115.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 150 95 133 0 0.37 0.11 0.41 318.55 0.22 0.48
Hex 96 5F 85 0 25 B 29 13F 16 30
Octal 226 137 205 0 45 13 51 477 26 60
Binary 10010110 1011111 10000101 0 100101 1011 101001 100111111 10110 110000

Color Harmonies of #965F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F85

Black with #965F85

Text Example


Text Example

White with #965F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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