Html Css Color HEX #9C6389 Strikemaster

📋 copy color: '#9C6389'

red 156 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #9C6389

Tints of Strikemaster #9C6389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 39.8%
G = 25.26%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C6389 (or 0x9C6389) is known color: Strikemaster. HEX triplet: 9C, 63 and 89. RGB value is (156,99,137). Sum of RGB (Red+Green+Blue) = 156+99+137=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6389 is #639C76. Grayscale: #787878. Windows color (decimal): -6528119 or 9003932. OLE color: 9003932.

HSL color Cylindrical-coordinate representation of color #9C6389: hue angle of 320º 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 #9C6389 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 99 137 -
CMYK 0 0.37 0.12 0.39
HSL 320º 0.22% 0.5% -
HSV(B) 320º 0.37% 0.61% -
XYZ 22.69 17.8 25.91 -
YUV 120.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 156 99 137 0 0.37 0.12 0.39 320 0.22 0.5
Hex 9C 63 89 0 25 C 27 140 16 32
Octal 234 143 211 0 45 14 47 500 26 62
Binary 10011100 1100011 10001001 0 100101 1100 100111 101000000 10110 110010

Color Harmonies of #9C6389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6389

Black with #9C6389

Text Example


Text Example

White with #9C6389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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