#825FBF

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

Shades of True V #825FBF

Tints of True V #825FBF

Color information

#825FBF (or 0x825FBF) is unknown color: approx True V. HEX triplet: 82, 5F and BF. RGB value is (130,95,191). Sum of RGB (Red+Green+Blue) = 130+95+191=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #825FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FBF is #7DA040. Grayscale: #747474. Windows color (decimal): -8233025 or 12541826. OLE color: 12541826.

HSL color Cylindrical-coordinate representation of color #825FBF: hue angle of 261.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #825FBF is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13095191-
CMYK0.320.5000.25
HSL261.88º42.86%56.08%-
HSV(B)261.88º50.26%74.9%-
XYZ22.716.6951.32-
YUV116.41170.1137.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 191 (75% from 255) = 45.91%
R=31.25%
G=22.84%
B=45.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130951910.320.5000.25261.8842.8656.08
Hex825FBF20320191062b38
Octal20213727740620314065370
Binary10000010101111110111111100000110010011001100000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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