Html Css Color HEX #966987 Strikemaster

📋 copy color: '#966987'

red 150 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #966987

Tints of Strikemaster #966987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.92%

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 38.46%
G = 26.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#966987 (or 0x966987) is known color: Strikemaster. HEX triplet: 96, 69 and 87. RGB value is (150,105,135). Sum of RGB (Red+Green+Blue) = 150+105+135=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966987 is #699678. Grayscale: #797979. Windows color (decimal): -6919801 or 8874390. OLE color: 8874390.

HSL color Cylindrical-coordinate representation of color #966987: hue angle of 320º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966987 is Cyan = 0, Magento = 0.30, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 135 -
CMYK 0 0.30 0.1 0.41
HSL 320º 0.18% 0.5% -
HSV(B) 320º 0.3% 0.59% -
XYZ 22 18.34 25.3 -
YUV 121.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 150 105 135 0 0.30 0.1 0.41 320 0.18 0.5
Hex 96 69 87 0 1E A 29 140 12 32
Octal 226 151 207 0 36 12 51 500 22 62
Binary 10010110 1101001 10000111 0 11110 1010 101001 101000000 10010 110010

Color Harmonies of #966987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966987

Black with #966987

Text Example


Text Example

White with #966987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966987; }

 p { color: rgb(150,105,135); }

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

background-color css

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

 a { background-color: rgb(150,105,135); }

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

border-color css

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

 span { border-color: rgb(150,105,135); }

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