Html Css Color HEX #9F5380 Strikemaster

📋 copy color: '#9F5380'

red 159 ◦ green 83 ◦ blue 128

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

Shades of Strikemaster #9F5380

Tints of Strikemaster #9F5380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 42.97%
G = 22.43%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F5380 (or 0x9F5380) is known color: Strikemaster. HEX triplet: 9F, 53 and 80. RGB value is (159,83,128). Sum of RGB (Red+Green+Blue) = 159+83+128=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5380 is #60AC7F. Grayscale: #6E6E6E. Windows color (decimal): -6335616 or 8410015. OLE color: 8410015.

HSL color Cylindrical-coordinate representation of color #9F5380: hue angle of 324.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5380 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 128 -
CMYK 0 0.48 0.19 0.38
HSL 324.47º 0.31% 0.47% -
HSV(B) 324.47º 0.48% 0.62% -
XYZ 21.29 15.12 22.22 -
YUV 110.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 159 83 128 0 0.48 0.19 0.38 324.47 0.31 0.47
Hex 9F 53 80 0 30 13 26 144 1F 2F
Octal 237 123 200 0 60 23 46 504 37 57
Binary 10011111 1010011 10000000 0 110000 10011 100110 101000100 11111 101111

Color Harmonies of #9F5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5380

Black with #9F5380

Text Example


Text Example

White with #9F5380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,128); }

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

background-color css

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

 a { background-color: rgb(159,83,128); }

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

border-color css

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

 span { border-color: rgb(159,83,128); }

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