Html Css Color HEX #93638A Strikemaster

📋 copy color: '#93638A'

red 147 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #93638A

Tints of Strikemaster #93638A

RGB

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

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

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

R = 38.28%
G = 25.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93638A (or 0x93638A) is known color: Strikemaster. HEX triplet: 93, 63 and 8A. RGB value is (147,99,138). Sum of RGB (Red+Green+Blue) = 147+99+138=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93638A is #6C9C75. Grayscale: #757575. Windows color (decimal): -7117942 or 9069459. OLE color: 9069459.

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

Color convert

RGB 147 99 138 -
CMYK 0 0.33 0.06 0.42
HSL 311.25º 0.2% 0.48% -
HSV(B) 311.25º 0.33% 0.58% -
XYZ 21.08 16.96 26.21 -
YUV 117.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 147 99 138 0 0.33 0.06 0.42 311.25 0.2 0.48
Hex 93 63 8A 0 21 6 2A 137 14 30
Octal 223 143 212 0 41 6 52 467 24 60
Binary 10010011 1100011 10001010 0 100001 110 101010 100110111 10100 110000

Color Harmonies of #93638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93638A

Black with #93638A

Text Example


Text Example

White with #93638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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