Html Css Color HEX #9E648D Strikemaster

📋 copy color: '#9E648D'

red 158 ◦ green 100 ◦ blue 141

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

Shades of Strikemaster #9E648D

Tints of Strikemaster #9E648D

RGB

 RED value IS 158 (62.11% from 255) = 39.6%

 GREEN value IS 100 (39.45% from 255) = 25.06%

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

R = 39.6%
G = 25.06%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E648D (or 0x9E648D) is known color: Strikemaster. HEX triplet: 9E, 64 and 8D. RGB value is (158,100,141). Sum of RGB (Red+Green+Blue) = 158+100+141=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E648D is #619B72. Grayscale: #797979. Windows color (decimal): -6396787 or 9266334. OLE color: 9266334.

HSL color Cylindrical-coordinate representation of color #9E648D: hue angle of 317.59º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E648D is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 100 141 -
CMYK 0 0.37 0.11 0.38
HSL 317.59º 0.23% 0.51% -
HSV(B) 317.59º 0.37% 0.62% -
XYZ 23.47 18.31 27.5 -
YUV 122.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 158 100 141 0 0.37 0.11 0.38 317.59 0.23 0.51
Hex 9E 64 8D 0 25 B 26 13E 17 33
Octal 236 144 215 0 45 13 46 476 27 63
Binary 10011110 1100100 10001101 0 100101 1011 100110 100111110 10111 110011

Color Harmonies of #9E648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E648D

Black with #9E648D

Text Example


Text Example

White with #9E648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,141); }

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

background-color css

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

 a { background-color: rgb(158,100,141); }

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

border-color css

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

 span { border-color: rgb(158,100,141); }

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