#8266CB

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

Shades of True V #8266CB

Tints of True V #8266CB

Color information

#8266CB (or 0x8266CB) is unknown color: approx True V. HEX triplet: 82, 66 and CB. RGB value is (130,102,203). Sum of RGB (Red+Green+Blue) = 130+102+203=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8266CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8266CB is #7D9934. Grayscale: #797979. Windows color (decimal): -8231221 or 13330050. OLE color: 13330050.

HSL color Cylindrical-coordinate representation of color #8266CB: hue angle of 256.63º degrees, saturation: 0.49, 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 #8266CB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130102203-
CMYK0.360.5000.20
HSL256.63º49.27%59.8%-
HSV(B)256.63º49.75%79.61%-
XYZ24.7418.5658.78-
YUV121.89173.78133.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=29.89%
G=23.45%
B=46.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301022030.360.5000.20256.6349.2759.8
Hex8266CB2432014101313c
Octal20214631344620244016174
Binary10000010110011011001011100100110010010100100000001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8266CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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