Html Css Color HEX #9A6385 Strikemaster

📋 copy color: '#9A6385'

red 154 ◦ green 99 ◦ blue 133

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

Shades of Strikemaster #9A6385

Tints of Strikemaster #9A6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.65%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 39.9%
G = 25.65%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A6385 (or 0x9A6385) is known color: Strikemaster. HEX triplet: 9A, 63 and 85. RGB value is (154,99,133). Sum of RGB (Red+Green+Blue) = 154+99+133=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6385 is #659C7A. Grayscale: #777777. Windows color (decimal): -6659195 or 8741786. OLE color: 8741786.

HSL color Cylindrical-coordinate representation of color #9A6385: hue angle of 322.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A6385 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 133 -
CMYK 0 0.36 0.14 0.40
HSL 322.91º 0.22% 0.5% -
HSV(B) 322.91º 0.36% 0.6% -
XYZ 22.02 17.49 24.4 -
YUV 119.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 154 99 133 0 0.36 0.14 0.40 322.91 0.22 0.5
Hex 9A 63 85 0 24 E 28 143 16 32
Octal 232 143 205 0 44 16 50 503 26 62
Binary 10011010 1100011 10000101 0 100100 1110 101000 101000011 10110 110010

Color Harmonies of #9A6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6385

Black with #9A6385

Text Example


Text Example

White with #9A6385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,133); }

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

background-color css

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

 a { background-color: rgb(154,99,133); }

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

border-color css

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

 span { border-color: rgb(154,99,133); }

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