#825DCE

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

Shades of True V #825DCE

Tints of True V #825DCE

Color information

#825DCE (or 0x825DCE) is unknown color: approx True V. HEX triplet: 82, 5D and CE. RGB value is (130,93,206). Sum of RGB (Red+Green+Blue) = 130+93+206=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #825DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DCE is #7DA231. Grayscale: #747474. Windows color (decimal): -8233522 or 13524354. OLE color: 13524354.

HSL color Cylindrical-coordinate representation of color #825DCE: hue angle of 259.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825DCE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13093206-
CMYK0.370.5500.19
HSL259.65º53.55%58.63%-
HSV(B)259.65º54.85%80.78%-
XYZ24.2617.0360.4-
YUV116.94178.26137.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=30.30%
G=21.68%
B=48.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130932060.370.5500.19259.6553.5558.63
Hex825DCE2537013104363b
Octal20213531645670234046673
Binary10000010101110111001110100101110111010011100000100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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