Html Css Color HEX #966783 Strikemaster

📋 copy color: '#966783'

red 150 ◦ green 103 ◦ blue 131

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

Shades of Strikemaster #966783

Tints of Strikemaster #966783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.82%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 39.06%
G = 26.82%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#966783 (or 0x966783) is known color: Strikemaster. HEX triplet: 96, 67 and 83. RGB value is (150,103,131). Sum of RGB (Red+Green+Blue) = 150+103+131=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966783 is #69987C. Grayscale: #787878. Windows color (decimal): -6920317 or 8611734. OLE color: 8611734.

HSL color Cylindrical-coordinate representation of color #966783: hue angle of 324.26º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966783 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 131 -
CMYK 0 0.31 0.13 0.41
HSL 324.26º 0.19% 0.5% -
HSV(B) 324.26º 0.31% 0.59% -
XYZ 21.52 17.82 23.78 -
YUV 120.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 150 103 131 0 0.31 0.13 0.41 324.26 0.19 0.5
Hex 96 67 83 0 1F D 29 144 13 32
Octal 226 147 203 0 37 15 51 504 23 62
Binary 10010110 1100111 10000011 0 11111 1101 101001 101000100 10011 110010

Color Harmonies of #966783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966783

Black with #966783

Text Example


Text Example

White with #966783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966783; }

 p { color: rgb(150,103,131); }

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

background-color css

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

 a { background-color: rgb(150,103,131); }

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

border-color css

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

 span { border-color: rgb(150,103,131); }

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