#8260CB

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

Shades of True V #8260CB

Tints of True V #8260CB

Color information

#8260CB (or 0x8260CB) is unknown color: approx True V. HEX triplet: 82, 60 and CB. RGB value is (130,96,203). Sum of RGB (Red+Green+Blue) = 130+96+203=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8260CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260CB is #7D9F34. Grayscale: #757575. Windows color (decimal): -8232757 or 13328514. OLE color: 13328514.

HSL color Cylindrical-coordinate representation of color #8260CB: hue angle of 259.07º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8260CB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13096203-
CMYK0.360.5300.20
HSL259.07º50.71%58.63%-
HSV(B)259.07º52.71%79.61%-
XYZ24.1717.4258.59-
YUV118.36175.76136.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=30.30%
G=22.38%
B=47.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130962030.360.5300.20259.0750.7158.63
Hex8260CB2435014103333b
Octal20214031344650244036373
Binary10000010110000011001011100100110101010100100000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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