#8662CA

Color #8662CA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8662CA

Tints of True V #8662CA

Color information

#8662CA (or 0x8662CA) is unknown color: approx True V. HEX triplet: 86, 62 and CA. RGB value is (134,98,202). Sum of RGB (Red+Green+Blue) = 134+98+202=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8662CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662CA is #799D35. Grayscale: #787878. Windows color (decimal): -7970102 or 13263494. OLE color: 13263494.

HSL color Cylindrical-coordinate representation of color #8662CA: hue angle of 260.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8662CA is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13498202-
CMYK0.340.5100.21
HSL260.77º49.52%58.82%-
HSV(B)260.77º51.49%79.22%-
XYZ24.8618.0758.05-
YUV120.62173.93137.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=30.88%
G=22.58%
B=46.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134982020.340.5100.21260.7749.5258.82
Hex8662CA2233015105323b
Octal20614231242630254056273
Binary10000110110001011001010100010110011010101100000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8662CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8662CA; }

 p { color: rgb(134,98,202); }

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

<style>
 a { background-color: #8662CA; }

 a { background-color: rgb(134,98,202); }

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

<style>
 span { border-color: #8662CA; }

 span { border-color: rgb(134,98,202); }

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