Html Css Color HEX #9A5880 Strikemaster

📋 copy color: '#9A5880'

red 154 ◦ green 88 ◦ blue 128

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

Shades of Strikemaster #9A5880

Tints of Strikemaster #9A5880

RGB

 RED value IS 154 (60.55% from 255) = 41.62%

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 41.62%
G = 23.78%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#9A5880 (or 0x9A5880) is known color: Strikemaster. HEX triplet: 9A, 58 and 80. RGB value is (154,88,128). Sum of RGB (Red+Green+Blue) = 154+88+128=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5880 is #65A77F. Grayscale: #707070. Windows color (decimal): -6662016 or 8411290. OLE color: 8411290.

HSL color Cylindrical-coordinate representation of color #9A5880: hue angle of 323.64º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5880 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 88 128 -
CMYK 0 0.43 0.17 0.40
HSL 323.64º 0.27% 0.47% -
HSV(B) 323.64º 0.43% 0.6% -
XYZ 20.71 15.41 22.3 -
YUV 112.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 154 88 128 0 0.43 0.17 0.40 323.64 0.27 0.47
Hex 9A 58 80 0 2B 11 28 144 1B 2F
Octal 232 130 200 0 53 21 50 504 33 57
Binary 10011010 1011000 10000000 0 101011 10001 101000 101000100 11011 101111

Color Harmonies of #9A5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5880

Black with #9A5880

Text Example


Text Example

White with #9A5880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,88,128); }

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

background-color css

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

 a { background-color: rgb(154,88,128); }

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

border-color css

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

 span { border-color: rgb(154,88,128); }

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