Html Css Color HEX #9C4A7D Strikemaster

📋 copy color: '#9C4A7D'

red 156 ◦ green 74 ◦ blue 125

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

Shades of Strikemaster #9C4A7D

Tints of Strikemaster #9C4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.85%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 43.94%
G = 20.85%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C4A7D (or 0x9C4A7D) is known color: Strikemaster. HEX triplet: 9C, 4A and 7D. RGB value is (156,74,125). Sum of RGB (Red+Green+Blue) = 156+74+125=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4A7D is #63B582. Grayscale: #686868. Windows color (decimal): -6534531 or 8211100. OLE color: 8211100.

HSL color Cylindrical-coordinate representation of color #9C4A7D: hue angle of 322.68º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C4A7D is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 74 125 -
CMYK 0 0.53 0.20 0.39
HSL 322.68º 0.36% 0.45% -
HSV(B) 322.68º 0.53% 0.61% -
XYZ 19.86 13.45 20.95 -
YUV 104.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 156 74 125 0 0.53 0.20 0.39 322.68 0.36 0.45
Hex 9C 4A 7D 0 35 14 27 143 24 2D
Octal 234 112 175 0 65 24 47 503 44 55
Binary 10011100 1001010 1111101 0 110101 10100 100111 101000011 100100 101101

Color Harmonies of #9C4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4A7D

Black with #9C4A7D

Text Example


Text Example

White with #9C4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,74,125); }

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

background-color css

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

 a { background-color: rgb(156,74,125); }

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

border-color css

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

 span { border-color: rgb(156,74,125); }

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