#825DBA

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

Shades of True V #825DBA

Tints of True V #825DBA

Color information

#825DBA (or 0x825DBA) is unknown color: approx True V. HEX triplet: 82, 5D and BA. RGB value is (130,93,186). Sum of RGB (Red+Green+Blue) = 130+93+186=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #825DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBA is #7DA245. Grayscale: #727272. Windows color (decimal): -8233542 or 12213634. OLE color: 12213634.

HSL color Cylindrical-coordinate representation of color #825DBA: hue angle of 263.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825DBA is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13093186-
CMYK0.300.500.27
HSL263.87º40.26%54.71%-
HSV(B)263.87º50%72.94%-
XYZ21.9816.1248.41-
YUV114.66168.26138.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=31.78%
G=22.74%
B=45.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130931860.300.500.27263.8740.2654.71
Hex825DBA1E3201B1082837
Octal20213527236620334105067
Binary1000001010111011011101011110110010011011100001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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