#825ECC

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

Shades of True V #825ECC

Tints of True V #825ECC

Color information

#825ECC (or 0x825ECC) is unknown color: approx True V. HEX triplet: 82, 5E and CC. RGB value is (130,94,204). Sum of RGB (Red+Green+Blue) = 130+94+204=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #825ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ECC is #7DA133. Grayscale: #747474. Windows color (decimal): -8233268 or 13393538. OLE color: 13393538.

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

Color convert

RGB13094204-
CMYK0.360.5400.2
HSL259.64º51.89%58.43%-
HSV(B)259.64º53.92%80%-
XYZ24.1117.1159.16-
YUV117.3176.93137.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.37%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=30.37%
G=21.96%
B=47.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130942040.360.5400.2259.6451.8958.43
Hex825ECC2436014104343a
Octal20213631444660244046472
Binary10000010101111011001100100100110110010100100000100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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