#825DBB

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

Shades of True V #825DBB

Tints of True V #825DBB

Color information

#825DBB (or 0x825DBB) is unknown color: approx True V. HEX triplet: 82, 5D and BB. RGB value is (130,93,187). Sum of RGB (Red+Green+Blue) = 130+93+187=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #825DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DBB is #7DA244. Grayscale: #727272. Windows color (decimal): -8233541 or 12279170. OLE color: 12279170.

HSL color Cylindrical-coordinate representation of color #825DBB: hue angle of 263.62º degrees, saturation: 0.41, 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 #825DBB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13093187-
CMYK0.300.5000.27
HSL263.62º40.87%54.9%-
HSV(B)263.62º50.27%73.33%-
XYZ22.0916.1648.97-
YUV114.78168.76138.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=31.71%
G=22.68%
B=45.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130931870.300.5000.27263.6240.8754.9
Hex825DBB1E3201B1082937
Octal20213527336620334105167
Binary1000001010111011011101111110110010011011100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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