#8260CE

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

Shades of True V #8260CE

Tints of True V #8260CE

Color information

#8260CE (or 0x8260CE) is unknown color: approx True V. HEX triplet: 82, 60 and CE. RGB value is (130,96,206). Sum of RGB (Red+Green+Blue) = 130+96+206=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8260CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260CE is #7D9F31. Grayscale: #767676. Windows color (decimal): -8232754 or 13525122. OLE color: 13525122.

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

Color convert

RGB13096206-
CMYK0.370.5300.19
HSL258.55º52.88%59.22%-
HSV(B)258.55º53.4%80.78%-
XYZ24.5317.5760.49-
YUV118.71177.26136.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=30.09%
G=22.22%
B=47.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130962060.370.5300.19258.5552.8859.22
Hex8260CE2535013103353b
Octal20214031645650234036573
Binary10000010110000011001110100101110101010011100000011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8260CE; }

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

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

<style>
 a { background-color: #8260CE; }

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

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

<style>
 span { border-color: #8260CE; }

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

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