Html Css Color HEX #965078 Strikemaster

📋 copy color: '#965078'

red 150 ◦ green 80 ◦ blue 120

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

Shades of Strikemaster #965078

Tints of Strikemaster #965078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

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

R = 42.86%
G = 22.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#965078 (or 0x965078) is known color: Strikemaster. HEX triplet: 96, 50 and 78. RGB value is (150,80,120). Sum of RGB (Red+Green+Blue) = 150+80+120=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965078 is #69AF87. Grayscale: #696969. Windows color (decimal): -6926216 or 7884950. OLE color: 7884950.

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

Color convert

RGB 150 80 120 -
CMYK 0 0.47 0.20 0.41
HSL 325.71º 0.3% 0.45% -
HSV(B) 325.71º 0.47% 0.59% -
XYZ 18.84 13.58 19.4 -
YUV 105.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 150 80 120 0 0.47 0.20 0.41 325.71 0.3 0.45
Hex 96 50 78 0 2F 14 29 146 1E 2D
Octal 226 120 170 0 57 24 51 506 36 55
Binary 10010110 1010000 1111000 0 101111 10100 101001 101000110 11110 101101

Color Harmonies of #965078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965078

Black with #965078

Text Example


Text Example

White with #965078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965078; }

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

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

background-color css

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

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

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

border-color css

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

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

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