#825FBC

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

Shades of True V #825FBC

Tints of True V #825FBC

Color information

#825FBC (or 0x825FBC) is unknown color: approx True V. HEX triplet: 82, 5F and BC. RGB value is (130,95,188). Sum of RGB (Red+Green+Blue) = 130+95+188=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #825FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FBC is #7DA043. Grayscale: #737373. Windows color (decimal): -8233028 or 12345218. OLE color: 12345218.

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

Color convert

RGB13095188-
CMYK0.310.4900.26
HSL262.58º40.97%55.49%-
HSV(B)262.58º49.47%73.73%-
XYZ22.3816.5649.59-
YUV116.07168.6137.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=31.48%
G=23.00%
B=45.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130951880.310.4900.26262.5840.9755.49
Hex825FBC1F3101A1072937
Octal20213727437610324075167
Binary1000001010111111011110011111110001011010100000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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