Html Css Color HEX #9C5E85 Strikemaster

📋 copy color: '#9C5E85'

red 156 ◦ green 94 ◦ blue 133

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

Shades of Strikemaster #9C5E85

Tints of Strikemaster #9C5E85

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 40.73%
G = 24.54%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C5E85 (or 0x9C5E85) is known color: Strikemaster. HEX triplet: 9C, 5E and 85. RGB value is (156,94,133). Sum of RGB (Red+Green+Blue) = 156+94+133=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E85 is #63A17A. Grayscale: #747474. Windows color (decimal): -6529403 or 8740508. OLE color: 8740508.

HSL color Cylindrical-coordinate representation of color #9C5E85: hue angle of 322.26º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E85 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 133 -
CMYK 0 0.40 0.15 0.39
HSL 322.26º 0.25% 0.49% -
HSV(B) 322.26º 0.4% 0.61% -
XYZ 21.95 16.77 24.27 -
YUV 116.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 156 94 133 0 0.40 0.15 0.39 322.26 0.25 0.49
Hex 9C 5E 85 0 28 F 27 142 19 31
Octal 234 136 205 0 50 17 47 502 31 61
Binary 10011100 1011110 10000101 0 101000 1111 100111 101000010 11001 110001

Color Harmonies of #9C5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E85

Black with #9C5E85

Text Example


Text Example

White with #9C5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,133); }

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

background-color css

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

 a { background-color: rgb(156,94,133); }

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

border-color css

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

 span { border-color: rgb(156,94,133); }

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