Html Css Color HEX #965178 Strikemaster

📋 copy color: '#965178'

red 150 ◦ green 81 ◦ blue 120

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

Shades of Strikemaster #965178

Tints of Strikemaster #965178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 42.74%
G = 23.08%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#965178 (or 0x965178) is known color: Strikemaster. HEX triplet: 96, 51 and 78. RGB value is (150,81,120). Sum of RGB (Red+Green+Blue) = 150+81+120=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965178 is #69AE87. Grayscale: #696969. Windows color (decimal): -6925960 or 7885206. OLE color: 7885206.

HSL color Cylindrical-coordinate representation of color #965178: hue angle of 326.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965178 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 120 -
CMYK 0 0.46 0.20 0.41
HSL 326.09º 0.3% 0.45% -
HSV(B) 326.09º 0.46% 0.59% -
XYZ 18.91 13.72 19.42 -
YUV 106.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 150 81 120 0 0.46 0.20 0.41 326.09 0.3 0.45
Hex 96 51 78 0 2E 14 29 146 1E 2D
Octal 226 121 170 0 56 24 51 506 36 55
Binary 10010110 1010001 1111000 0 101110 10100 101001 101000110 11110 101101

Color Harmonies of #965178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965178

Black with #965178

Text Example


Text Example

White with #965178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965178; }

 p { color: rgb(150,81,120); }

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

background-color css

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

 a { background-color: rgb(150,81,120); }

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

border-color css

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

 span { border-color: rgb(150,81,120); }

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