Html Css Color HEX #94628A Strikemaster

📋 copy color: '#94628A'

red 148 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #94628A

Tints of Strikemaster #94628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

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

R = 38.54%
G = 25.52%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94628A (or 0x94628A) is known color: Strikemaster. HEX triplet: 94, 62 and 8A. RGB value is (148,98,138). Sum of RGB (Red+Green+Blue) = 148+98+138=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 148 - color contains mainly: red. Hex color #94628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94628A is #6B9D75. Grayscale: #757575. Windows color (decimal): -7052662 or 9069204. OLE color: 9069204.

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

Color convert

RGB 148 98 138 -
CMYK 0 0.34 0.07 0.42
HSL 312º 0.2% 0.48% -
HSV(B) 312º 0.34% 0.58% -
XYZ 21.17 16.87 26.18 -
YUV 117.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 148 98 138 0 0.34 0.07 0.42 312 0.2 0.48
Hex 94 62 8A 0 22 7 2A 138 14 30
Octal 224 142 212 0 42 7 52 470 24 60
Binary 10010100 1100010 10001010 0 100010 111 101010 100111000 10100 110000

Color Harmonies of #94628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94628A

Black with #94628A

Text Example


Text Example

White with #94628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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