#825FCC

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

Shades of True V #825FCC

Tints of True V #825FCC

Color information

#825FCC (or 0x825FCC) is unknown color: approx True V. HEX triplet: 82, 5F and CC. RGB value is (130,95,204). Sum of RGB (Red+Green+Blue) = 130+95+204=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #825FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FCC is #7DA033. Grayscale: #757575. Windows color (decimal): -8233012 or 13393794. OLE color: 13393794.

HSL color Cylindrical-coordinate representation of color #825FCC: hue angle of 259.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #825FCC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13095204-
CMYK0.360.5300.2
HSL259.27º51.66%58.63%-
HSV(B)259.27º53.43%80%-
XYZ24.217.2959.19-
YUV117.89176.6136.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 204 (80.08% from 255) = 47.55%
R=30.30%
G=22.14%
B=47.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130952040.360.5300.2259.2751.6658.63
Hex825FCC2435014103343b
Octal20213731444650244036473
Binary10000010101111111001100100100110101010100100000011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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