Html Css Color HEX #955684 Strikemaster

📋 copy color: '#955684'

red 149 ◦ green 86 ◦ blue 132

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

Shades of Strikemaster #955684

Tints of Strikemaster #955684

RGB

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

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

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

R = 40.6%
G = 23.43%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955684 (or 0x955684) is known color: Strikemaster. HEX triplet: 95, 56 and 84. RGB value is (149,86,132). Sum of RGB (Red+Green+Blue) = 149+86+132=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955684 is #6AA97B. Grayscale: #6D6D6D. Windows color (decimal): -6990204 or 8672917. OLE color: 8672917.

HSL color Cylindrical-coordinate representation of color #955684: hue angle of 316.19º 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 #955684 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 132 -
CMYK 0 0.42 0.11 0.42
HSL 316.19º 0.27% 0.46% -
HSV(B) 316.19º 0.42% 0.58% -
XYZ 19.89 14.71 23.62 -
YUV 110.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 149 86 132 0 0.42 0.11 0.42 316.19 0.27 0.46
Hex 95 56 84 0 2A B 2A 13C 1B 2E
Octal 225 126 204 0 52 13 52 474 33 56
Binary 10010101 1010110 10000100 0 101010 1011 101010 100111100 11011 101110

Color Harmonies of #955684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955684

Black with #955684

Text Example


Text Example

White with #955684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955684; }

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

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

background-color css

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

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

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

border-color css

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

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

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