Html Css Color HEX #946688 Strikemaster

📋 copy color: '#946688'

red 148 ◦ green 102 ◦ blue 136

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

Shades of Strikemaster #946688

Tints of Strikemaster #946688

RGB

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

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

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

R = 38.34%
G = 26.42%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946688 (or 0x946688) is known color: Strikemaster. HEX triplet: 94, 66 and 88. RGB value is (148,102,136). Sum of RGB (Red+Green+Blue) = 148+102+136=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #946688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946688 is #6B9977. Grayscale: #777777. Windows color (decimal): -7051640 or 8939156. OLE color: 8939156.

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

Color convert

RGB 148 102 136 -
CMYK 0 0.31 0.08 0.42
HSL 315.65º 0.18% 0.49% -
HSV(B) 315.65º 0.31% 0.58% -
XYZ 21.41 17.58 25.56 -
YUV 119.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 148 102 136 0 0.31 0.08 0.42 315.65 0.18 0.49
Hex 94 66 88 0 1F 8 2A 13C 12 31
Octal 224 146 210 0 37 10 52 474 22 61
Binary 10010100 1100110 10001000 0 11111 1000 101010 100111100 10010 110001

Color Harmonies of #946688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946688

Black with #946688

Text Example


Text Example

White with #946688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946688; }

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

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

background-color css

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

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

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

border-color css

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

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

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