Html Css Color HEX #966182 Strikemaster

📋 copy color: '#966182'

red 150 ◦ green 97 ◦ blue 130

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

Shades of Strikemaster #966182

Tints of Strikemaster #966182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 39.79%
G = 25.73%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#966182 (or 0x966182) is known color: Strikemaster. HEX triplet: 96, 61 and 82. RGB value is (150,97,130). Sum of RGB (Red+Green+Blue) = 150+97+130=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #966182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966182 is #699E7D. Grayscale: #747474. Windows color (decimal): -6921854 or 8544662. OLE color: 8544662.

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

Color convert

RGB 150 97 130 -
CMYK 0 0.35 0.13 0.41
HSL 322.64º 0.21% 0.48% -
HSV(B) 322.64º 0.35% 0.59% -
XYZ 20.88 16.65 23.23 -
YUV 116.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 150 97 130 0 0.35 0.13 0.41 322.64 0.21 0.48
Hex 96 61 82 0 23 D 29 143 15 30
Octal 226 141 202 0 43 15 51 503 25 60
Binary 10010110 1100001 10000010 0 100011 1101 101001 101000011 10101 110000

Color Harmonies of #966182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966182

Black with #966182

Text Example


Text Example

White with #966182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966182; }

 p { color: rgb(150,97,130); }

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

background-color css

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

 a { background-color: rgb(150,97,130); }

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

border-color css

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

 span { border-color: rgb(150,97,130); }

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