#825ACB

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

Shades of True V #825ACB

Tints of True V #825ACB

Color information

#825ACB (or 0x825ACB) is unknown color: approx True V. HEX triplet: 82, 5A and CB. RGB value is (130,90,203). Sum of RGB (Red+Green+Blue) = 130+90+203=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #825ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ACB is #7DA534. Grayscale: #727272. Windows color (decimal): -8234293 or 13326978. OLE color: 13326978.

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

Color convert

RGB13090203-
CMYK0.360.5600.20
HSL261.24º52.07%57.45%-
HSV(B)261.24º55.67%79.61%-
XYZ23.6416.3758.41-
YUV114.84177.75138.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=30.73%
G=21.28%
B=47.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130902030.360.5600.20261.2452.0757.45
Hex825ACB24380141053439
Octal20213231344700244056471
Binary10000010101101011001011100100111000010100100000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,90,203); }

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

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

 a { background-color: rgb(130,90,203); }

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

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

 span { border-color: rgb(130,90,203); }

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