Html Css Color HEX #9A6388 Strikemaster

📋 copy color: '#9A6388'

red 154 ◦ green 99 ◦ blue 136

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

Shades of Strikemaster #9A6388

Tints of Strikemaster #9A6388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 39.59%
G = 25.45%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A6388 (or 0x9A6388) is known color: Strikemaster. HEX triplet: 9A, 63 and 88. RGB value is (154,99,136). Sum of RGB (Red+Green+Blue) = 154+99+136=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6388 is #659C77. Grayscale: #777777. Windows color (decimal): -6659192 or 8938394. OLE color: 8938394.

HSL color Cylindrical-coordinate representation of color #9A6388: hue angle of 319.64º 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 #9A6388 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 136 -
CMYK 0 0.36 0.12 0.40
HSL 319.64º 0.22% 0.5% -
HSV(B) 319.64º 0.36% 0.6% -
XYZ 22.23 17.57 25.51 -
YUV 119.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 154 99 136 0 0.36 0.12 0.40 319.64 0.22 0.5
Hex 9A 63 88 0 24 C 28 140 16 32
Octal 232 143 210 0 44 14 50 500 26 62
Binary 10011010 1100011 10001000 0 100100 1100 101000 101000000 10110 110010

Color Harmonies of #9A6388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6388

Black with #9A6388

Text Example


Text Example

White with #9A6388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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