Html Css Color HEX #93467B Strikemaster

📋 copy color: '#93467B'

red 147 ◦ green 70 ◦ blue 123

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

Shades of Strikemaster #93467B

Tints of Strikemaster #93467B

RGB

 RED value IS 147 (57.81% from 255) = 43.24%

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 43.24%
G = 20.59%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93467B (or 0x93467B) is known color: Strikemaster. HEX triplet: 93, 46 and 7B. RGB value is (147,70,123). Sum of RGB (Red+Green+Blue) = 147+70+123=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #93467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93467B is #6CB984. Grayscale: #626262. Windows color (decimal): -7125381 or 8078995. OLE color: 8078995.

HSL color Cylindrical-coordinate representation of color #93467B: hue angle of 318.7º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93467B is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 70 123 -
CMYK 0 0.52 0.16 0.42
HSL 318.7º 0.35% 0.43% -
HSV(B) 318.7º 0.52% 0.58% -
XYZ 17.8 12.01 20.12 -
YUV 99.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 147 70 123 0 0.52 0.16 0.42 318.7 0.35 0.43
Hex 93 46 7B 0 34 10 2A 13F 23 2B
Octal 223 106 173 0 64 20 52 477 43 53
Binary 10010011 1000110 1111011 0 110100 10000 101010 100111111 100011 101011

Color Harmonies of #93467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93467B

Black with #93467B

Text Example


Text Example

White with #93467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,70,123); }

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

background-color css

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

 a { background-color: rgb(147,70,123); }

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

border-color css

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

 span { border-color: rgb(147,70,123); }

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