Html Css Color HEX #946385 Strikemaster

📋 copy color: '#946385'

red 148 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #946385

Tints of Strikemaster #946385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 38.95%
G = 26.05%
B = 35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#946385 (or 0x946385) is known color: Strikemaster. HEX triplet: 94, 63 and 85. RGB value is (148,99,133). Sum of RGB (Red+Green+Blue) = 148+99+133=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #946385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946385 is #6B9C7A. Grayscale: #757575. Windows color (decimal): -7052411 or 8741780. OLE color: 8741780.

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

Color convert

RGB 148 99 133 -
CMYK 0 0.33 0.10 0.42
HSL 318.37º 0.2% 0.48% -
HSV(B) 318.37º 0.33% 0.58% -
XYZ 20.91 16.91 24.35 -
YUV 117.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 148 99 133 0 0.33 0.10 0.42 318.37 0.2 0.48
Hex 94 63 85 0 21 A 2A 13E 14 30
Octal 224 143 205 0 41 12 52 476 24 60
Binary 10010100 1100011 10000101 0 100001 1010 101010 100111110 10100 110000

Color Harmonies of #946385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946385

Black with #946385

Text Example


Text Example

White with #946385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946385; }

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

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

background-color css

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

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

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

border-color css

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

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

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