Html Css Color HEX #946384 Strikemaster

📋 copy color: '#946384'

red 148 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #946384

Tints of Strikemaster #946384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 39.05%
G = 26.12%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#946384 (or 0x946384) is known color: Strikemaster. HEX triplet: 94, 63 and 84. RGB value is (148,99,132). Sum of RGB (Red+Green+Blue) = 148+99+132=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #946384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946384 is #6B9C7B. Grayscale: #757575. Windows color (decimal): -7052412 or 8676244. OLE color: 8676244.

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

Color convert

RGB 148 99 132 -
CMYK 0 0.33 0.11 0.42
HSL 319.59º 0.2% 0.48% -
HSV(B) 319.59º 0.33% 0.58% -
XYZ 20.84 16.89 23.99 -
YUV 117.41 136.23 149.82 -
System Red Green Blue C M Y K H S L
Decimal 148 99 132 0 0.33 0.11 0.42 319.59 0.2 0.48
Hex 94 63 84 0 21 B 2A 140 14 30
Octal 224 143 204 0 41 13 52 500 24 60
Binary 10010100 1100011 10000100 0 100001 1011 101010 101000000 10100 110000

Color Harmonies of #946384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946384

Black with #946384

Text Example


Text Example

White with #946384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946384; }

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

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

background-color css

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

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

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

border-color css

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

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

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