#825ACE

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

Shades of True V #825ACE

Tints of True V #825ACE

Color information

#825ACE (or 0x825ACE) is unknown color: approx True V. HEX triplet: 82, 5A and CE. RGB value is (130,90,206). Sum of RGB (Red+Green+Blue) = 130+90+206=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #825ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ACE is #7DA531. Grayscale: #727272. Windows color (decimal): -8234290 or 13523586. OLE color: 13523586.

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

Color convert

RGB13090206-
CMYK0.370.5600.19
HSL260.69º54.21%58.04%-
HSV(B)260.69º56.31%80.78%-
XYZ2416.5160.32-
YUV115.18179.25138.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 206 (80.86% from 255) = 48.36%
R=30.52%
G=21.13%
B=48.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130902060.370.5600.19260.6954.2158.04
Hex825ACE2538013105363a
Octal20213231645700234056672
Binary10000010101101011001110100101111000010011100000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825ACE; }

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

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

<style>
 a { background-color: #825ACE; }

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

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

<style>
 span { border-color: #825ACE; }

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

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