#8266CD

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

Shades of True V #8266CD

Tints of True V #8266CD

Color information

#8266CD (or 0x8266CD) is unknown color: approx True V. HEX triplet: 82, 66 and CD. RGB value is (130,102,205). Sum of RGB (Red+Green+Blue) = 130+102+205=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #8266CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CD is #7D9932. Grayscale: #797979. Windows color (decimal): -8231219 or 13461122. OLE color: 13461122.

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

Color convert

RGB130102205-
CMYK0.370.5000.20
HSL256.31º50.74%60.2%-
HSV(B)256.31º50.24%80.39%-
XYZ24.9818.6660.04-
YUV122.11174.78133.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=29.75%
G=23.34%
B=46.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301022050.370.5000.20256.3150.7460.2
Hex8266CD2532014100333c
Octal20214631545620244006374
Binary10000010110011011001101100101110010010100100000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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