Html Css Color HEX #9F507E Strikemaster

📋 copy color: '#9F507E'

red 159 ◦ green 80 ◦ blue 126

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

Shades of Strikemaster #9F507E

Tints of Strikemaster #9F507E

RGB

 RED value IS 159 (62.5% from 255) = 43.56%

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 43.56%
G = 21.92%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F507E (or 0x9F507E) is known color: Strikemaster. HEX triplet: 9F, 50 and 7E. RGB value is (159,80,126). Sum of RGB (Red+Green+Blue) = 159+80+126=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F507E is #60AF81. Grayscale: #6C6C6C. Windows color (decimal): -6336386 or 8278175. OLE color: 8278175.

HSL color Cylindrical-coordinate representation of color #9F507E: hue angle of 325.06º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F507E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 126 -
CMYK 0 0.50 0.21 0.38
HSL 325.06º 0.33% 0.47% -
HSV(B) 325.06º 0.5% 0.62% -
XYZ 20.93 14.61 21.46 -
YUV 108.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 159 80 126 0 0.50 0.21 0.38 325.06 0.33 0.47
Hex 9F 50 7E 0 32 15 26 145 21 2F
Octal 237 120 176 0 62 25 46 505 41 57
Binary 10011111 1010000 1111110 0 110010 10101 100110 101000101 100001 101111

Color Harmonies of #9F507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F507E

Black with #9F507E

Text Example


Text Example

White with #9F507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,80,126); }

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

background-color css

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

 a { background-color: rgb(159,80,126); }

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

border-color css

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

 span { border-color: rgb(159,80,126); }

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