#8259ce

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

Shades of True V #8259CE

Tints of True V #8259CE

Color information

#8259CE (or 0x8259CE) is unknown color: approx True V. HEX triplet: 82, 59 and CE. RGB value is (130,89,206). Sum of RGB (Red+Green+Blue) = 130+89+206=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #8259CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259CE is #7DA631. Grayscale: #727272. Windows color (decimal): -8234546 or 13523330. OLE color: 13523330.

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

Color convert

RGB13089206-
CMYK0.370.5700.19
HSL261.03º54.42%57.84%-
HSV(B)261.03º56.8%80.78%-
XYZ23.9216.3560.29-
YUV114.6179.58138.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=30.59%
G=20.94%
B=48.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130892060.370.5700.19261.0354.4257.84
Hex8259CE2539013105363a
Octal20213131645710234056672
Binary10000010101100111001110100101111001010011100000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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