Html Css Color HEX #9A648D Strikemaster

📋 copy color: '#9A648D'

red 154 ◦ green 100 ◦ blue 141

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

Shades of Strikemaster #9A648D

Tints of Strikemaster #9A648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 38.99%
G = 25.32%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A648D (or 0x9A648D) is known color: Strikemaster. HEX triplet: 9A, 64 and 8D. RGB value is (154,100,141). Sum of RGB (Red+Green+Blue) = 154+100+141=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A648D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A648D is #659B72. Grayscale: #787878. Windows color (decimal): -6658931 or 9266330. OLE color: 9266330.

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

Color convert

RGB 154 100 141 -
CMYK 0 0.35 0.08 0.40
HSL 314.44º 0.21% 0.5% -
HSV(B) 314.44º 0.35% 0.6% -
XYZ 22.69 17.91 27.46 -
YUV 120.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 154 100 141 0 0.35 0.08 0.40 314.44 0.21 0.5
Hex 9A 64 8D 0 23 8 28 13A 15 32
Octal 232 144 215 0 43 10 50 472 25 62
Binary 10011010 1100100 10001101 0 100011 1000 101000 100111010 10101 110010

Color Harmonies of #9A648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A648D

Black with #9A648D

Text Example


Text Example

White with #9A648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,100,141); }

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

background-color css

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

 a { background-color: rgb(154,100,141); }

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

border-color css

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

 span { border-color: rgb(154,100,141); }

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