#825DC9

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

Shades of True V #825DC9

Tints of True V #825DC9

Color information

#825DC9 (or 0x825DC9) is unknown color: approx True V. HEX triplet: 82, 5D and C9. RGB value is (130,93,201). Sum of RGB (Red+Green+Blue) = 130+93+201=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #825DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DC9 is #7DA236. Grayscale: #737373. Windows color (decimal): -8233527 or 13196674. OLE color: 13196674.

HSL color Cylindrical-coordinate representation of color #825DC9: hue angle of 260.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #825DC9 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13093201-
CMYK0.350.5400.21
HSL260.56º50%57.65%-
HSV(B)260.56º53.73%78.82%-
XYZ23.6616.7957.25-
YUV116.37175.76137.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=30.66%
G=21.93%
B=47.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130932010.350.5400.21260.565057.65
Hex825DC92336015105323a
Octal20213531143660254056272
Binary10000010101110111001001100011110110010101100000101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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