#825CBD

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

Shades of True V #825CBD

Tints of True V #825CBD

Color information

#825CBD (or 0x825CBD) is unknown color: approx True V. HEX triplet: 82, 5C and BD. RGB value is (130,92,189). Sum of RGB (Red+Green+Blue) = 130+92+189=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #825CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CBD is #7DA342. Grayscale: #727272. Windows color (decimal): -8233795 or 12409986. OLE color: 12409986.

HSL color Cylindrical-coordinate representation of color #825CBD: hue angle of 263.51º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #825CBD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13092189-
CMYK0.310.5100.26
HSL263.51º42.36%55.1%-
HSV(B)263.51º51.32%74.12%-
XYZ22.2216.0750.08-
YUV114.42170.09139.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=31.63%
G=22.38%
B=45.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130921890.310.5100.26263.5142.3655.1
Hex825CBD1F3301A1082a37
Octal20213427537630324105267
Binary1000001010111001011110111111110011011010100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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