#825CC0

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

Shades of True V #825CC0

Tints of True V #825CC0

Color information

#825CC0 (or 0x825CC0) is unknown color: approx True V. HEX triplet: 82, 5C and C0. RGB value is (130,92,192). Sum of RGB (Red+Green+Blue) = 130+92+192=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #825CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CC0 is #7DA33F. Grayscale: #727272. Windows color (decimal): -8233792 or 12606594. OLE color: 12606594.

HSL color Cylindrical-coordinate representation of color #825CC0: hue angle of 262.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825CC0 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13092192-
CMYK0.320.5200.25
HSL262.8º44.25%55.69%-
HSV(B)262.8º52.08%75.29%-
XYZ22.5516.2151.81-
YUV114.76171.59138.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=31.40%
G=22.22%
B=46.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130921920.320.5200.25262.844.2555.69
Hex825CC020340191072c38
Octal20213430040640314075470
Binary10000010101110011000000100000110100011001100000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,192); }

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

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

 a { background-color: rgb(130,92,192); }

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

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

 span { border-color: rgb(130,92,192); }

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