#823FB9

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

Shades of Studio #823FB9

Tints of Studio #823FB9

Color information

#823FB9 (or 0x823FB9) is unknown color: approx Studio. HEX triplet: 82, 3F and B9. RGB value is (130,63,185). Sum of RGB (Red+Green+Blue) = 130+63+185=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #823FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FB9 is #7DC046. Grayscale: #606060. Windows color (decimal): -8241223 or 12140418. OLE color: 12140418.

HSL color Cylindrical-coordinate representation of color #823FB9: hue angle of 272.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823FB9 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13063185-
CMYK0.300.6600.27
HSL272.95º49.19%48.63%-
HSV(B)272.95º65.95%72.55%-
XYZ19.7411.847.14-
YUV96.94177.7151.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 185 (72.66% from 255) = 48.94%
R=34.39%
G=16.67%
B=48.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130631850.300.6600.27272.9549.1948.63
Hex823FB91E4201B1113131
Octal20277271361020334216161
Binary1000001011111110111001111101000010011011100010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823FB9; }

 p { color: rgb(130,63,185); }

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

<style>
 a { background-color: #823FB9; }

 a { background-color: rgb(130,63,185); }

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

<style>
 span { border-color: #823FB9; }

 span { border-color: rgb(130,63,185); }

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