#825CCF

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

Shades of True V #825CCF

Tints of True V #825CCF

Color information

#825CCF (or 0x825CCF) is unknown color: approx True V. HEX triplet: 82, 5C and CF. RGB value is (130,92,207). Sum of RGB (Red+Green+Blue) = 130+92+207=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #825CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CCF is #7DA330. Grayscale: #747474. Windows color (decimal): -8233777 or 13589634. OLE color: 13589634.

HSL color Cylindrical-coordinate representation of color #825CCF: hue angle of 259.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825CCF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13092207-
CMYK0.370.5600.19
HSL259.83º54.5%58.63%-
HSV(B)259.83º55.56%81.18%-
XYZ24.316.9161.01-
YUV116.47179.09137.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=30.30%
G=21.45%
B=48.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130922070.370.5600.19259.8354.558.63
Hex825CCF2538013104373b
Octal20213431745700234046773
Binary10000010101110011001111100101111000010011100000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,207); }

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

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

 a { background-color: rgb(130,92,207); }

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

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

 span { border-color: rgb(130,92,207); }

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