Html Css Color HEX #9E6685 Strikemaster

📋 copy color: '#9E6685'

red 158 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #9E6685

Tints of Strikemaster #9E6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 40.2%
G = 25.95%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9E6685 (or 0x9E6685) is known color: Strikemaster. HEX triplet: 9E, 66 and 85. RGB value is (158,102,133). Sum of RGB (Red+Green+Blue) = 158+102+133=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6685 is #61997A. Grayscale: #7A7A7A. Windows color (decimal): -6396283 or 8742558. OLE color: 8742558.

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

Color convert

RGB 158 102 133 -
CMYK 0 0.35 0.16 0.38
HSL 326.79º 0.22% 0.51% -
HSV(B) 326.79º 0.35% 0.62% -
XYZ 23.09 18.47 24.54 -
YUV 122.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 158 102 133 0 0.35 0.16 0.38 326.79 0.22 0.51
Hex 9E 66 85 0 23 10 26 147 16 33
Octal 236 146 205 0 43 20 46 507 26 63
Binary 10011110 1100110 10000101 0 100011 10000 100110 101000111 10110 110011

Color Harmonies of #9E6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6685

Black with #9E6685

Text Example


Text Example

White with #9E6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,102,133); }

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

background-color css

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

 a { background-color: rgb(158,102,133); }

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

border-color css

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

 span { border-color: rgb(158,102,133); }

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