Html Css Color HEX #946388 Strikemaster

📋 copy color: '#946388'

red 148 ◦ green 99 ◦ blue 136

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

Shades of Strikemaster #946388

Tints of Strikemaster #946388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

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

R = 38.64%
G = 25.85%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#946388 (or 0x946388) is known color: Strikemaster. HEX triplet: 94, 63 and 88. RGB value is (148,99,136). Sum of RGB (Red+Green+Blue) = 148+99+136=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 148 - color contains mainly: red. Hex color #946388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946388 is #6B9C77. Grayscale: #757575. Windows color (decimal): -7052408 or 8938388. OLE color: 8938388.

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

Color convert

RGB 148 99 136 -
CMYK 0 0.33 0.08 0.42
HSL 314.69º 0.2% 0.48% -
HSV(B) 314.69º 0.33% 0.58% -
XYZ 21.12 17 25.46 -
YUV 117.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 148 99 136 0 0.33 0.08 0.42 314.69 0.2 0.48
Hex 94 63 88 0 21 8 2A 13B 14 30
Octal 224 143 210 0 41 10 52 473 24 60
Binary 10010100 1100011 10001000 0 100001 1000 101010 100111011 10100 110000

Color Harmonies of #946388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946388

Black with #946388

Text Example


Text Example

White with #946388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946388; }

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

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

background-color css

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

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

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

border-color css

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

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

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