#825CAB

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

Shades of Studio #825CAB

Tints of Studio #825CAB

Color information

#825CAB (or 0x825CAB) is unknown color: approx Studio. HEX triplet: 82, 5C and AB. RGB value is (130,92,171). Sum of RGB (Red+Green+Blue) = 130+92+171=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #825CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAB is #7DA354. Grayscale: #707070. Windows color (decimal): -8233813 or 11230338. OLE color: 11230338.

HSL color Cylindrical-coordinate representation of color #825CAB: hue angle of 268.86º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825CAB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13092171-
CMYK0.240.4600.33
HSL268.86º31.98%51.57%-
HSV(B)268.86º46.2%67.06%-
XYZ20.3815.3440.41-
YUV112.37161.09140.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=33.08%
G=23.41%
B=43.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130921710.240.4600.33268.8631.9851.57
Hex825CAB182E02110d2034
Octal20213425330560414154064
Binary10000010101110010101011110001011100100001100001101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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