Html Css Color HEX #955788 Strikemaster

📋 copy color: '#955788'

red 149 ◦ green 87 ◦ blue 136

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

Shades of Strikemaster #955788

Tints of Strikemaster #955788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 136 (53.52% from 255) = 36.56%

R = 40.05%
G = 23.39%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#955788 (or 0x955788) is known color: Strikemaster. HEX triplet: 95, 57 and 88. RGB value is (149,87,136). Sum of RGB (Red+Green+Blue) = 149+87+136=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955788 is #6AA877. Grayscale: #6E6E6E. Windows color (decimal): -6989944 or 8935317. OLE color: 8935317.

HSL color Cylindrical-coordinate representation of color #955788: hue angle of 312.58º degrees, saturation: 0.26, 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 #955788 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 136 -
CMYK 0 0.42 0.09 0.42
HSL 312.58º 0.26% 0.46% -
HSV(B) 312.58º 0.42% 0.58% -
XYZ 20.25 14.98 25.12 -
YUV 111.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 149 87 136 0 0.42 0.09 0.42 312.58 0.26 0.46
Hex 95 57 88 0 2A 9 2A 139 1A 2E
Octal 225 127 210 0 52 11 52 471 32 56
Binary 10010101 1010111 10001000 0 101010 1001 101010 100111001 11010 101110

Color Harmonies of #955788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955788

Black with #955788

Text Example


Text Example

White with #955788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955788; }

 p { color: rgb(149,87,136); }

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

background-color css

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

 a { background-color: rgb(149,87,136); }

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

border-color css

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

 span { border-color: rgb(149,87,136); }

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