#8266ce

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

Shades of True V #8266CE

Tints of True V #8266CE

Color information

#8266CE (or 0x8266CE) is unknown color: approx True V. HEX triplet: 82, 66 and CE. RGB value is (130,102,206). Sum of RGB (Red+Green+Blue) = 130+102+206=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8266CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CE is #7D9931. Grayscale: #797979. Windows color (decimal): -8231218 or 13526658. OLE color: 13526658.

HSL color Cylindrical-coordinate representation of color #8266CE: hue angle of 256.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8266CE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130102206-
CMYK0.370.5000.19
HSL256.15º51.49%60.39%-
HSV(B)256.15º50.49%80.78%-
XYZ25.118.760.68-
YUV122.23175.28133.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 206 (80.86% from 255) = 47.03%
R=29.68%
G=23.29%
B=47.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301022060.370.5000.19256.1551.4960.39
Hex8266CE2532013100333c
Octal20214631645620234006374
Binary10000010110011011001110100101110010010011100000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8266ce; }

 p { color: rgb(130,102,206); }

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

<style>
 a { background-color: #8266ce; }

 a { background-color: rgb(130,102,206); }

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

<style>
 span { border-color: #8266ce; }

 span { border-color: rgb(130,102,206); }

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