#825AC9

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

Shades of True V #825AC9

Tints of True V #825AC9

Color information

#825AC9 (or 0x825AC9) is unknown color: approx True V. HEX triplet: 82, 5A and C9. RGB value is (130,90,201). Sum of RGB (Red+Green+Blue) = 130+90+201=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #825AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AC9 is #7DA536. Grayscale: #727272. Windows color (decimal): -8234295 or 13195906. OLE color: 13195906.

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

Color convert

RGB13090201-
CMYK0.350.5500.21
HSL261.62º50.68%57.06%-
HSV(B)261.62º55.22%78.82%-
XYZ23.416.2857.17-
YUV114.61176.75138.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 201 (78.91% from 255) = 47.74%
R=30.88%
G=21.38%
B=47.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130902010.350.5500.21261.6250.6857.06
Hex825AC923370151063339
Octal20213231143670254066371
Binary10000010101101011001001100011110111010101100000110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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