#8642AA

Color #8642AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8642AA

Tints of Studio #8642AA

Color information

#8642AA (or 0x8642AA) is unknown color: approx Studio. HEX triplet: 86, 42 and AA. RGB value is (134,66,170). Sum of RGB (Red+Green+Blue) = 134+66+170=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #8642AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8642AA is #79BD55. Grayscale: #616161. Windows color (decimal): -7978326 or 11158150. OLE color: 11158150.

HSL color Cylindrical-coordinate representation of color #8642AA: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8642AA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13466170-
CMYK0.210.6100.33
HSL279.23º44.07%46.27%-
HSV(B)279.23º61.18%66.67%-
XYZ19.0411.8739.32-
YUV98.19168.53153.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=36.22%
G=17.84%
B=45.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134661700.210.6100.33279.2344.0746.27
Hex8642AA153D0211172c2e
Octal20610225225750414275456
Binary10000110100001010101010101011111010100001100010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8642AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8642AA; }

 p { color: rgb(134,66,170); }

 H1.HeaderClassName
 {
   color: #8642AA;
 }
 .AnyTagClassName
 {
   color: #8642AA;
 }
</style>
background-color css

<style>
 a { background-color: #8642AA; }

 a { background-color: rgb(134,66,170); }

 div.DivClassName
 {
   background-color: #8642AA;
 }
 .BgClassName
 {
   background-color: #8642AA;
 }
</style>
border-color css

<style>
 span { border-color: #8642AA; }

 span { border-color: rgb(134,66,170); }

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