Html Css Color HEX #955678 Strikemaster

📋 copy color: '#955678'

red 149 ◦ green 86 ◦ blue 120

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

Shades of Strikemaster #955678

Tints of Strikemaster #955678

RGB

 RED value IS 149 (58.59% from 255) = 41.97%

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 41.97%
G = 24.23%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955678 (or 0x955678) is known color: Strikemaster. HEX triplet: 95, 56 and 78. RGB value is (149,86,120). Sum of RGB (Red+Green+Blue) = 149+86+120=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955678 is #6AA987. Grayscale: #6C6C6C. Windows color (decimal): -6990216 or 7886485. OLE color: 7886485.

HSL color Cylindrical-coordinate representation of color #955678: hue angle of 327.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955678 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 120 -
CMYK 0 0.42 0.19 0.42
HSL 327.62º 0.27% 0.46% -
HSV(B) 327.62º 0.42% 0.58% -
XYZ 19.11 14.4 19.54 -
YUV 108.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 149 86 120 0 0.42 0.19 0.42 327.62 0.27 0.46
Hex 95 56 78 0 2A 13 2A 148 1B 2E
Octal 225 126 170 0 52 23 52 510 33 56
Binary 10010101 1010110 1111000 0 101010 10011 101010 101001000 11011 101110

Color Harmonies of #955678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955678

Black with #955678

Text Example


Text Example

White with #955678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955678; }

 p { color: rgb(149,86,120); }

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

background-color css

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

 a { background-color: rgb(149,86,120); }

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

border-color css

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

 span { border-color: rgb(149,86,120); }

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