Html Css Color HEX #94648A Strikemaster

📋 copy color: '#94648A'

red 148 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #94648A

Tints of Strikemaster #94648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 38.34%
G = 25.91%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94648A (or 0x94648A) is known color: Strikemaster. HEX triplet: 94, 64 and 8A. RGB value is (148,100,138). Sum of RGB (Red+Green+Blue) = 148+100+138=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #94648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94648A is #6B9B75. Grayscale: #767676. Windows color (decimal): -7052150 or 9069716. OLE color: 9069716.

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

Color convert

RGB 148 100 138 -
CMYK 0 0.32 0.07 0.42
HSL 312.5º 0.19% 0.49% -
HSV(B) 312.5º 0.32% 0.58% -
XYZ 21.36 17.25 26.25 -
YUV 118.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 148 100 138 0 0.32 0.07 0.42 312.5 0.19 0.49
Hex 94 64 8A 0 20 7 2A 138 13 31
Octal 224 144 212 0 40 7 52 470 23 61
Binary 10010100 1100100 10001010 0 100000 111 101010 100111000 10011 110001

Color Harmonies of #94648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94648A

Black with #94648A

Text Example


Text Example

White with #94648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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