Html Css Color HEX #9C507B Strikemaster

📋 copy color: '#9C507B'

red 156 ◦ green 80 ◦ blue 123

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

Shades of Strikemaster #9C507B

Tints of Strikemaster #9C507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 43.45%
G = 22.28%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C507B (or 0x9C507B) is known color: Strikemaster. HEX triplet: 9C, 50 and 7B. RGB value is (156,80,123). Sum of RGB (Red+Green+Blue) = 156+80+123=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C507B is #63AF84. Grayscale: #6B6B6B. Windows color (decimal): -6532997 or 8081564. OLE color: 8081564.

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

Color convert

RGB 156 80 123 -
CMYK 0 0.49 0.21 0.39
HSL 326.05º 0.32% 0.46% -
HSV(B) 326.05º 0.49% 0.61% -
XYZ 20.15 14.24 20.42 -
YUV 107.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 156 80 123 0 0.49 0.21 0.39 326.05 0.32 0.46
Hex 9C 50 7B 0 31 15 27 146 20 2E
Octal 234 120 173 0 61 25 47 506 40 56
Binary 10011100 1010000 1111011 0 110001 10101 100111 101000110 100000 101110

Color Harmonies of #9C507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C507B

Black with #9C507B

Text Example


Text Example

White with #9C507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,123); }

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

background-color css

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

 a { background-color: rgb(156,80,123); }

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

border-color css

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

 span { border-color: rgb(156,80,123); }

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