Html Css Color HEX #94668A Strikemaster

📋 copy color: '#94668A'

red 148 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #94668A

Tints of Strikemaster #94668A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 38.14%
G = 26.29%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#94668A (or 0x94668A) is known color: Strikemaster. HEX triplet: 94, 66 and 8A. RGB value is (148,102,138). Sum of RGB (Red+Green+Blue) = 148+102+138=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94668A is #6B9975. Grayscale: #777777. Windows color (decimal): -7051638 or 9070228. OLE color: 9070228.

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

Color convert

RGB 148 102 138 -
CMYK 0 0.31 0.07 0.42
HSL 313.04º 0.18% 0.49% -
HSV(B) 313.04º 0.31% 0.58% -
XYZ 21.55 17.63 26.31 -
YUV 119.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 148 102 138 0 0.31 0.07 0.42 313.04 0.18 0.49
Hex 94 66 8A 0 1F 7 2A 139 12 31
Octal 224 146 212 0 37 7 52 471 22 61
Binary 10010100 1100110 10001010 0 11111 111 101010 100111001 10010 110001

Color Harmonies of #94668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94668A

Black with #94668A

Text Example


Text Example

White with #94668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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