#825ABD

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

Shades of True V #825ABD

Tints of True V #825ABD

Color information

#825ABD (or 0x825ABD) is unknown color: approx True V. HEX triplet: 82, 5A and BD. RGB value is (130,90,189). Sum of RGB (Red+Green+Blue) = 130+90+189=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #825ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ABD is #7DA542. Grayscale: #707070. Windows color (decimal): -8234307 or 12409474. OLE color: 12409474.

HSL color Cylindrical-coordinate representation of color #825ABD: hue angle of 264.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #825ABD is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13090189-
CMYK0.310.5200.26
HSL264.24º42.86%54.71%-
HSV(B)264.24º52.38%74.12%-
XYZ22.0515.7350.02-
YUV113.25170.75139.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=31.78%
G=22.00%
B=46.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130901890.310.5200.26264.2442.8654.71
Hex825ABD1F3401A1082b37
Octal20213227537640324105367
Binary1000001010110101011110111111110100011010100001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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