Html Css Color HEX #9C5F85 Strikemaster

📋 copy color: '#9C5F85'

red 156 ◦ green 95 ◦ blue 133

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

Shades of Strikemaster #9C5F85

Tints of Strikemaster #9C5F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

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

R = 40.63%
G = 24.74%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C5F85 (or 0x9C5F85) is known color: Strikemaster. HEX triplet: 9C, 5F and 85. RGB value is (156,95,133). Sum of RGB (Red+Green+Blue) = 156+95+133=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F85 is #63A07A. Grayscale: #757575. Windows color (decimal): -6529147 or 8740764. OLE color: 8740764.

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

Color convert

RGB 156 95 133 -
CMYK 0 0.39 0.15 0.39
HSL 322.62º 0.24% 0.49% -
HSV(B) 322.62º 0.39% 0.61% -
XYZ 22.04 16.95 24.3 -
YUV 117.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 156 95 133 0 0.39 0.15 0.39 322.62 0.24 0.49
Hex 9C 5F 85 0 27 F 27 143 18 31
Octal 234 137 205 0 47 17 47 503 30 61
Binary 10011100 1011111 10000101 0 100111 1111 100111 101000011 11000 110001

Color Harmonies of #9C5F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5F85

Black with #9C5F85

Text Example


Text Example

White with #9C5F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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