Html Css Color HEX #965878 Strikemaster

📋 copy color: '#965878'

red 150 ◦ green 88 ◦ blue 120

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

Shades of Strikemaster #965878

Tints of Strikemaster #965878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

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

R = 41.9%
G = 24.58%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#965878 (or 0x965878) is known color: Strikemaster. HEX triplet: 96, 58 and 78. RGB value is (150,88,120). Sum of RGB (Red+Green+Blue) = 150+88+120=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #965878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965878 is #69A787. Grayscale: #6E6E6E. Windows color (decimal): -6924168 or 7886998. OLE color: 7886998.

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

Color convert

RGB 150 88 120 -
CMYK 0 0.41 0.20 0.41
HSL 329.03º 0.26% 0.47% -
HSV(B) 329.03º 0.41% 0.59% -
XYZ 19.46 14.82 19.6 -
YUV 110.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 150 88 120 0 0.41 0.20 0.41 329.03 0.26 0.47
Hex 96 58 78 0 29 14 29 149 1A 2F
Octal 226 130 170 0 51 24 51 511 32 57
Binary 10010110 1011000 1111000 0 101001 10100 101001 101001001 11010 101111

Color Harmonies of #965878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965878

Black with #965878

Text Example


Text Example

White with #965878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965878; }

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

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

background-color css

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

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

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

border-color css

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

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

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