Html Css Color HEX #955682 Strikemaster

📋 copy color: '#955682'

red 149 ◦ green 86 ◦ blue 130

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

Shades of Strikemaster #955682

Tints of Strikemaster #955682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 40.82%
G = 23.56%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#955682 (or 0x955682) is known color: Strikemaster. HEX triplet: 95, 56 and 82. RGB value is (149,86,130). Sum of RGB (Red+Green+Blue) = 149+86+130=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955682 is #6AA97D. Grayscale: #6D6D6D. Windows color (decimal): -6990206 or 8541845. OLE color: 8541845.

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

Color convert

RGB 149 86 130 -
CMYK 0 0.42 0.13 0.42
HSL 318.1º 0.27% 0.46% -
HSV(B) 318.1º 0.42% 0.58% -
XYZ 19.75 14.66 22.91 -
YUV 109.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 149 86 130 0 0.42 0.13 0.42 318.1 0.27 0.46
Hex 95 56 82 0 2A D 2A 13E 1B 2E
Octal 225 126 202 0 52 15 52 476 33 56
Binary 10010101 1010110 10000010 0 101010 1101 101010 100111110 11011 101110

Color Harmonies of #955682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955682

Black with #955682

Text Example


Text Example

White with #955682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955682; }

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

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

background-color css

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

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

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

border-color css

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

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

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