#825DBC

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

Shades of True V #825DBC

Tints of True V #825DBC

Color information

#825DBC (or 0x825DBC) is unknown color: approx True V. HEX triplet: 82, 5D and BC. RGB value is (130,93,188). Sum of RGB (Red+Green+Blue) = 130+93+188=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #825DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBC is #7DA243. Grayscale: #727272. Windows color (decimal): -8233540 or 12344706. OLE color: 12344706.

HSL color Cylindrical-coordinate representation of color #825DBC: hue angle of 263.37º degrees, saturation: 0.41, 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 #825DBC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13093188-
CMYK0.310.5100.26
HSL263.37º41.48%55.1%-
HSV(B)263.37º50.53%73.73%-
XYZ22.216.2149.53-
YUV114.89169.26138.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=31.63%
G=22.63%
B=45.74%

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
Decimal130931880.310.5100.26263.3741.4855.1
Hex825DBC1F3301A1072937
Octal20213527437630324075167
Binary1000001010111011011110011111110011011010100000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,93,188); }

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

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

 a { background-color: rgb(130,93,188); }

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

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

 span { border-color: rgb(130,93,188); }

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