Html Css Color HEX #946588 Strikemaster

📋 copy color: '#946588'

red 148 ◦ green 101 ◦ blue 136

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

Shades of Strikemaster #946588

Tints of Strikemaster #946588

RGB

 RED value IS 148 (58.2% from 255) = 38.44%

 GREEN value IS 101 (39.84% from 255) = 26.23%

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

R = 38.44%
G = 26.23%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946588 (or 0x946588) is known color: Strikemaster. HEX triplet: 94, 65 and 88. RGB value is (148,101,136). Sum of RGB (Red+Green+Blue) = 148+101+136=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #946588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946588 is #6B9A77. Grayscale: #767676. Windows color (decimal): -7051896 or 8938900. OLE color: 8938900.

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

Color convert

RGB 148 101 136 -
CMYK 0 0.32 0.08 0.42
HSL 315.32º 0.19% 0.49% -
HSV(B) 315.32º 0.32% 0.58% -
XYZ 21.31 17.38 25.52 -
YUV 119.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 148 101 136 0 0.32 0.08 0.42 315.32 0.19 0.49
Hex 94 65 88 0 20 8 2A 13B 13 31
Octal 224 145 210 0 40 10 52 473 23 61
Binary 10010100 1100101 10001000 0 100000 1000 101010 100111011 10011 110001

Color Harmonies of #946588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946588

Black with #946588

Text Example


Text Example

White with #946588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946588; }

 p { color: rgb(148,101,136); }

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

background-color css

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

 a { background-color: rgb(148,101,136); }

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

border-color css

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

 span { border-color: rgb(148,101,136); }

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