#823DAD

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

Shades of Studio #823DAD

Tints of Studio #823DAD

Color information

#823DAD (or 0x823DAD) is unknown color: approx Studio. HEX triplet: 82, 3D and AD. RGB value is (130,61,173). Sum of RGB (Red+Green+Blue) = 130+61+173=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #823DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAD is #7DC252. Grayscale: #5E5E5E. Windows color (decimal): -8241747 or 11353474. OLE color: 11353474.

HSL color Cylindrical-coordinate representation of color #823DAD: hue angle of 276.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823DAD is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13061173-
CMYK0.250.6500.32
HSL276.96º47.86%45.88%-
HSV(B)276.96º64.74%67.84%-
XYZ18.4211.140.71-
YUV94.4172.36153.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=35.71%
G=16.76%
B=47.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130611730.250.6500.32276.9647.8645.88
Hex823DAD1941020115302e
Octal20275255311010404256056
Binary10000010111101101011011100110000010100000100010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,61,173); }

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

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

 a { background-color: rgb(130,61,173); }

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

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

 span { border-color: rgb(130,61,173); }

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