Html Css Color HEX #9E6288 Strikemaster

📋 copy color: '#9E6288'

red 158 ◦ green 98 ◦ blue 136

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

Shades of Strikemaster #9E6288

Tints of Strikemaster #9E6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 40.31%
G = 25%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9E6288 (or 0x9E6288) is known color: Strikemaster. HEX triplet: 9E, 62 and 88. RGB value is (158,98,136). Sum of RGB (Red+Green+Blue) = 158+98+136=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6288 is #619D77. Grayscale: #787878. Windows color (decimal): -6397304 or 8938142. OLE color: 8938142.

HSL color Cylindrical-coordinate representation of color #9E6288: hue angle of 322º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6288 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 98 136 -
CMYK 0 0.38 0.14 0.38
HSL 322º 0.24% 0.5% -
HSV(B) 322º 0.38% 0.62% -
XYZ 22.91 17.78 25.52 -
YUV 120.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 158 98 136 0 0.38 0.14 0.38 322 0.24 0.5
Hex 9E 62 88 0 26 E 26 142 18 32
Octal 236 142 210 0 46 16 46 502 30 62
Binary 10011110 1100010 10001000 0 100110 1110 100110 101000010 11000 110010

Color Harmonies of #9E6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6288

Black with #9E6288

Text Example


Text Example

White with #9E6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,98,136); }

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

background-color css

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

 a { background-color: rgb(158,98,136); }

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

border-color css

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

 span { border-color: rgb(158,98,136); }

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