#825ABF

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

Shades of True V #825ABF

Tints of True V #825ABF

Color information

#825ABF (or 0x825ABF) is unknown color: approx True V. HEX triplet: 82, 5A and BF. RGB value is (130,90,191). Sum of RGB (Red+Green+Blue) = 130+90+191=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #825ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ABF is #7DA540. Grayscale: #717171. Windows color (decimal): -8234305 or 12540546. OLE color: 12540546.

HSL color Cylindrical-coordinate representation of color #825ABF: hue angle of 263.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825ABF is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13090191-
CMYK0.320.5300.25
HSL263.76º44.1%55.1%-
HSV(B)263.76º52.88%74.9%-
XYZ22.2715.8251.17-
YUV113.47171.75139.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 191 (75% from 255) = 46.47%
R=31.63%
G=21.90%
B=46.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130901910.320.5300.25263.7644.155.1
Hex825ABF20350191082c37
Octal20213227740650314105467
Binary10000010101101010111111100000110101011001100001000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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