Html Css Color HEX #946483 Strikemaster

📋 copy color: '#946483'

red 148 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #946483

Tints of Strikemaster #946483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.39%

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 39.05%
G = 26.39%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#946483 (or 0x946483) is known color: Strikemaster. HEX triplet: 94, 64 and 83. RGB value is (148,100,131). Sum of RGB (Red+Green+Blue) = 148+100+131=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #946483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946483 is #6B9B7C. Grayscale: #757575. Windows color (decimal): -7052157 or 8610964. OLE color: 8610964.

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

Color convert

RGB 148 100 131 -
CMYK 0 0.32 0.11 0.42
HSL 321.25º 0.19% 0.49% -
HSV(B) 321.25º 0.32% 0.58% -
XYZ 20.87 17.05 23.66 -
YUV 117.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 148 100 131 0 0.32 0.11 0.42 321.25 0.19 0.49
Hex 94 64 83 0 20 B 2A 141 13 31
Octal 224 144 203 0 40 13 52 501 23 61
Binary 10010100 1100100 10000011 0 100000 1011 101010 101000001 10011 110001

Color Harmonies of #946483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946483

Black with #946483

Text Example


Text Example

White with #946483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946483; }

 p { color: rgb(148,100,131); }

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

background-color css

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

 a { background-color: rgb(148,100,131); }

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

border-color css

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

 span { border-color: rgb(148,100,131); }

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