Html Css Color HEX #9E6883 Strikemaster

📋 copy color: '#9E6883'

red 158 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #9E6883

Tints of Strikemaster #9E6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 40.2%
G = 26.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E6883 (or 0x9E6883) is known color: Strikemaster. HEX triplet: 9E, 68 and 83. RGB value is (158,104,131). Sum of RGB (Red+Green+Blue) = 158+104+131=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6883 is #61977C. Grayscale: #7B7B7B. Windows color (decimal): -6395773 or 8611998. OLE color: 8611998.

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

Color convert

RGB 158 104 131 -
CMYK 0 0.34 0.17 0.38
HSL 330º 0.22% 0.51% -
HSV(B) 330º 0.34% 0.62% -
XYZ 23.15 18.81 23.88 -
YUV 123.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 158 104 131 0 0.34 0.17 0.38 330 0.22 0.51
Hex 9E 68 83 0 22 11 26 14A 16 33
Octal 236 150 203 0 42 21 46 512 26 63
Binary 10011110 1101000 10000011 0 100010 10001 100110 101001010 10110 110011

Color Harmonies of #9E6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6883

Black with #9E6883

Text Example


Text Example

White with #9E6883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,104,131); }

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

background-color css

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

 a { background-color: rgb(158,104,131); }

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

border-color css

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

 span { border-color: rgb(158,104,131); }

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