#8466CA

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

Shades of True V #8466CA

Tints of True V #8466CA

Color information

#8466CA (or 0x8466CA) is unknown color: approx True V. HEX triplet: 84, 66 and CA. RGB value is (132,102,202). Sum of RGB (Red+Green+Blue) = 132+102+202=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #8466CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466CA is #7B9935. Grayscale: #7A7A7A. Windows color (decimal): -8100150 or 13264516. OLE color: 13264516.

HSL color Cylindrical-coordinate representation of color #8466CA: hue angle of 258º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8466CA is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB132102202-
CMYK0.350.5000.21
HSL258º48.54%59.61%-
HSV(B)258º49.5%79.22%-
XYZ24.9318.6758.17-
YUV122.37172.94134.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=30.28%
G=23.39%
B=46.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1321022020.350.5000.2125848.5459.61
Hex8466CA2332015102313c
Octal20414631243620254026174
Binary10000100110011011001010100011110010010101100000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8466CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,102,202); }

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

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

 a { background-color: rgb(132,102,202); }

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

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

 span { border-color: rgb(132,102,202); }

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