Html Css Color HEX #8F6384 Strikemaster

📋 copy color: '#8F6384'

red 143 ◦ green 99 ◦ blue 132

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

Shades of Strikemaster #8F6384

Tints of Strikemaster #8F6384

RGB

 RED value IS 143 (56.25% from 255) = 38.24%

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

 BLUE value IS 132 (51.95% from 255) = 35.29%

R = 38.24%
G = 26.47%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8F6384 (or 0x8F6384) is known color: Strikemaster. HEX triplet: 8F, 63 and 84. RGB value is (143,99,132). Sum of RGB (Red+Green+Blue) = 143+99+132=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6384 is #709C7B. Grayscale: #737373. Windows color (decimal): -7380092 or 8676239. OLE color: 8676239.

HSL color Cylindrical-coordinate representation of color #8F6384: hue angle of 315º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6384 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 132 -
CMYK 0 0.31 0.08 0.44
HSL 315º 0.18% 0.47% -
HSV(B) 315º 0.31% 0.56% -
XYZ 19.95 16.43 23.95 -
YUV 115.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 143 99 132 0 0.31 0.08 0.44 315 0.18 0.47
Hex 8F 63 84 0 1F 8 2C 13B 12 2F
Octal 217 143 204 0 37 10 54 473 22 57
Binary 10001111 1100011 10000100 0 11111 1000 101100 100111011 10010 101111

Color Harmonies of #8F6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6384

Black with #8F6384

Text Example


Text Example

White with #8F6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F6384; }

 p { color: rgb(143,99,132); }

 H1.HeaderClassName
 {
   color: #8F6384;
 }
 .AnyTagClassName
 {
   color: #8F6384;
 }
</style>

background-color css

<style>
 a { background-color: #8F6384; }

 a { background-color: rgb(143,99,132); }

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

border-color css

<style>
 span { border-color: #8F6384; }

 span { border-color: rgb(143,99,132); }

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