Html Css Color HEX #9C6387 Strikemaster

📋 copy color: '#9C6387'

red 156 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #9C6387

Tints of Strikemaster #9C6387

RGB

 RED value IS 156 (61.33% from 255) = 40%

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

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 40%
G = 25.38%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C6387 (or 0x9C6387) is known color: Strikemaster. HEX triplet: 9C, 63 and 87. RGB value is (156,99,135). Sum of RGB (Red+Green+Blue) = 156+99+135=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6387 is #639C78. Grayscale: #787878. Windows color (decimal): -6528121 or 8872860. OLE color: 8872860.

HSL color Cylindrical-coordinate representation of color #9C6387: hue angle of 322.11º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6387 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 135 -
CMYK 0 0.37 0.13 0.39
HSL 322.11º 0.22% 0.5% -
HSV(B) 322.11º 0.37% 0.61% -
XYZ 22.55 17.74 25.16 -
YUV 120.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 156 99 135 0 0.37 0.13 0.39 322.11 0.22 0.5
Hex 9C 63 87 0 25 D 27 142 16 32
Octal 234 143 207 0 45 15 47 502 26 62
Binary 10011100 1100011 10000111 0 100101 1101 100111 101000010 10110 110010

Color Harmonies of #9C6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6387

Black with #9C6387

Text Example


Text Example

White with #9C6387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,99,135); }

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

background-color css

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

 a { background-color: rgb(156,99,135); }

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

border-color css

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

 span { border-color: rgb(156,99,135); }

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