Html Css Color HEX #965985 Strikemaster

📋 copy color: '#965985'

red 150 ◦ green 89 ◦ blue 133

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

Shades of Strikemaster #965985

Tints of Strikemaster #965985

RGB

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

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

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

R = 40.32%
G = 23.92%
B = 35.75%

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

#965985 (or 0x965985) is known color: Strikemaster. HEX triplet: 96, 59 and 85. RGB value is (150,89,133). Sum of RGB (Red+Green+Blue) = 150+89+133=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #965985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965985 is #69A67A. Grayscale: #707070. Windows color (decimal): -6923899 or 8739222. OLE color: 8739222.

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

Color convert

RGB 150 89 133 -
CMYK 0 0.41 0.11 0.41
HSL 316.72º 0.26% 0.47% -
HSV(B) 316.72º 0.41% 0.59% -
XYZ 20.38 15.32 24.07 -
YUV 112.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 150 89 133 0 0.41 0.11 0.41 316.72 0.26 0.47
Hex 96 59 85 0 29 B 29 13D 1A 2F
Octal 226 131 205 0 51 13 51 475 32 57
Binary 10010110 1011001 10000101 0 101001 1011 101001 100111101 11010 101111

Color Harmonies of #965985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965985

Black with #965985

Text Example


Text Example

White with #965985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965985; }

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

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

background-color css

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

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

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

border-color css

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

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

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