Html Css Color HEX #9A638D Strikemaster

📋 copy color: '#9A638D'

red 154 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #9A638D

Tints of Strikemaster #9A638D

RGB

 RED value IS 154 (60.55% from 255) = 39.09%

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 39.09%
G = 25.13%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A638D (or 0x9A638D) is known color: Strikemaster. HEX triplet: 9A, 63 and 8D. RGB value is (154,99,141). Sum of RGB (Red+Green+Blue) = 154+99+141=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A638D is #659C72. Grayscale: #787878. Windows color (decimal): -6659187 or 9266074. OLE color: 9266074.

HSL color Cylindrical-coordinate representation of color #9A638D: hue angle of 314.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A638D is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 141 -
CMYK 0 0.36 0.08 0.40
HSL 314.18º 0.22% 0.5% -
HSV(B) 314.18º 0.36% 0.6% -
XYZ 22.6 17.72 27.43 -
YUV 120.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 154 99 141 0 0.36 0.08 0.40 314.18 0.22 0.5
Hex 9A 63 8D 0 24 8 28 13A 16 32
Octal 232 143 215 0 44 10 50 472 26 62
Binary 10011010 1100011 10001101 0 100100 1000 101000 100111010 10110 110010

Color Harmonies of #9A638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A638D

Black with #9A638D

Text Example


Text Example

White with #9A638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A638D; }

 p { color: rgb(154,99,141); }

 H1.HeaderClassName
 {
   color: #9A638D;
 }
 .AnyTagClassName
 {
   color: #9A638D;
 }
</style>

background-color css

<style>
 a { background-color: #9A638D; }

 a { background-color: rgb(154,99,141); }

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

border-color css

<style>
 span { border-color: #9A638D; }

 span { border-color: rgb(154,99,141); }

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