#825b9f

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

Shades of Studio #825B9F

Tints of Studio #825B9F

Color information

#825B9F (or 0x825B9F) is unknown color: approx Studio. HEX triplet: 82, 5B and 9F. RGB value is (130,91,159). Sum of RGB (Red+Green+Blue) = 130+91+159=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #825B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825B9F is #7DA460. Grayscale: #6E6E6E. Windows color (decimal): -8234081 or 10443650. OLE color: 10443650.

HSL color Cylindrical-coordinate representation of color #825B9F: hue angle of 274.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825B9F is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13091159-
CMYK0.180.4300.38
HSL274.41º27.2%49.02%-
HSV(B)274.41º42.77%62.35%-
XYZ19.2114.7334.63-
YUV110.41155.42141.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=34.21%
G=23.95%
B=41.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130911590.180.4300.38274.4127.249.02
Hex825B9F122B0261121b31
Octal20213323722530464223361
Binary1000001010110111001111110010101011010011010001001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,91,159); }

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

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

 a { background-color: rgb(130,91,159); }

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

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

 span { border-color: rgb(130,91,159); }

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