#8259D0

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

Shades of True V #8259D0

Tints of True V #8259D0

Color information

#8259D0 (or 0x8259D0) is unknown color: approx True V. HEX triplet: 82, 59 and D0. RGB value is (130,89,208). Sum of RGB (Red+Green+Blue) = 130+89+208=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #8259D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259D0 is #7DA62F. Grayscale: #727272. Windows color (decimal): -8234544 or 13654402. OLE color: 13654402.

HSL color Cylindrical-coordinate representation of color #8259D0: hue angle of 260.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8259D0 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13089208-
CMYK0.380.5700.18
HSL260.67º55.87%58.24%-
HSV(B)260.67º57.21%81.57%-
XYZ24.1616.4461.58-
YUV114.82180.58138.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.44%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=30.44%
G=20.84%
B=48.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130892080.380.5700.18260.6755.8758.24
Hex8259D02639012105383a
Octal20213132046710224057072
Binary10000010101100111010000100110111001010010100000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8259D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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