#823FBA

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

Shades of Studio #823FBA

Tints of Studio #823FBA

Color information

#823FBA (or 0x823FBA) is unknown color: approx Studio. HEX triplet: 82, 3F and BA. RGB value is (130,63,186). Sum of RGB (Red+Green+Blue) = 130+63+186=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #823FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FBA is #7DC045. Grayscale: #606060. Windows color (decimal): -8241222 or 12205954. OLE color: 12205954.

HSL color Cylindrical-coordinate representation of color #823FBA: hue angle of 272.68º 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 #823FBA is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13063186-
CMYK0.300.6600.27
HSL272.68º49.4%48.82%-
HSV(B)272.68º66.13%72.94%-
XYZ19.8511.8547.69-
YUV97.06178.2151.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=34.30%
G=16.62%
B=49.08%

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
Decimal130631860.300.6600.27272.6849.448.82
Hex823FBA1E4201B1113131
Octal20277272361020334216161
Binary1000001011111110111010111101000010011011100010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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