Html Css Color HEX #94638A Strikemaster

📋 copy color: '#94638A'

red 148 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #94638A

Tints of Strikemaster #94638A

RGB

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

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

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

R = 38.44%
G = 25.71%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94638A (or 0x94638A) is known color: Strikemaster. HEX triplet: 94, 63 and 8A. RGB value is (148,99,138). Sum of RGB (Red+Green+Blue) = 148+99+138=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94638A is #6B9C75. Grayscale: #757575. Windows color (decimal): -7052406 or 9069460. OLE color: 9069460.

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

Color convert

RGB 148 99 138 -
CMYK 0 0.33 0.07 0.42
HSL 312.24º 0.2% 0.48% -
HSV(B) 312.24º 0.33% 0.58% -
XYZ 21.26 17.05 26.22 -
YUV 118.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 148 99 138 0 0.33 0.07 0.42 312.24 0.2 0.48
Hex 94 63 8A 0 21 7 2A 138 14 30
Octal 224 143 212 0 41 7 52 470 24 60
Binary 10010100 1100011 10001010 0 100001 111 101010 100111000 10100 110000

Color Harmonies of #94638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94638A

Black with #94638A

Text Example


Text Example

White with #94638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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