Html Css Color HEX #94668B Strikemaster

📋 copy color: '#94668B'

red 148 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #94668B

Tints of Strikemaster #94668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 38.05%
G = 26.22%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#94668B (or 0x94668B) is known color: Strikemaster. HEX triplet: 94, 66 and 8B. RGB value is (148,102,139). Sum of RGB (Red+Green+Blue) = 148+102+139=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94668B is #6B9974. Grayscale: #777777. Windows color (decimal): -7051637 or 9135764. OLE color: 9135764.

HSL color Cylindrical-coordinate representation of color #94668B: hue angle of 311.74º 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 #94668B is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 102 139 -
CMYK 0 0.31 0.06 0.42
HSL 311.74º 0.18% 0.49% -
HSV(B) 311.74º 0.31% 0.58% -
XYZ 21.62 17.66 26.7 -
YUV 119.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 148 102 139 0 0.31 0.06 0.42 311.74 0.18 0.49
Hex 94 66 8B 0 1F 6 2A 138 12 31
Octal 224 146 213 0 37 6 52 470 22 61
Binary 10010100 1100110 10001011 0 11111 110 101010 100111000 10010 110001

Color Harmonies of #94668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94668B

Black with #94668B

Text Example


Text Example

White with #94668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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