Html Css Color HEX #956684 Strikemaster

📋 copy color: '#956684'

red 149 ◦ green 102 ◦ blue 132

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

Shades of Strikemaster #956684

Tints of Strikemaster #956684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.63%

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 38.9%
G = 26.63%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#956684 (or 0x956684) is known color: Strikemaster. HEX triplet: 95, 66 and 84. RGB value is (149,102,132). Sum of RGB (Red+Green+Blue) = 149+102+132=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956684 is #6A997B. Grayscale: #777777. Windows color (decimal): -6986108 or 8677013. OLE color: 8677013.

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

Color convert

RGB 149 102 132 -
CMYK 0 0.32 0.11 0.42
HSL 321.7º 0.19% 0.49% -
HSV(B) 321.7º 0.32% 0.58% -
XYZ 21.31 17.56 24.1 -
YUV 119.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 149 102 132 0 0.32 0.11 0.42 321.7 0.19 0.49
Hex 95 66 84 0 20 B 2A 142 13 31
Octal 225 146 204 0 40 13 52 502 23 61
Binary 10010101 1100110 10000100 0 100000 1011 101010 101000010 10011 110001

Color Harmonies of #956684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956684

Black with #956684

Text Example


Text Example

White with #956684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956684; }

 p { color: rgb(149,102,132); }

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

background-color css

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

 a { background-color: rgb(149,102,132); }

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

border-color css

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

 span { border-color: rgb(149,102,132); }

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