#823BB5

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

Shades of Studio #823BB5

Tints of Studio #823BB5

Color information

#823BB5 (or 0x823BB5) is unknown color: approx Studio. HEX triplet: 82, 3B and B5. RGB value is (130,59,181). Sum of RGB (Red+Green+Blue) = 130+59+181=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #823BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BB5 is #7DC44A. Grayscale: #5D5D5D. Windows color (decimal): -8242251 or 11877250. OLE color: 11877250.

HSL color Cylindrical-coordinate representation of color #823BB5: hue angle of 274.92º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823BB5 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13059181-
CMYK0.280.6700.29
HSL274.92º50.83%47.06%-
HSV(B)274.92º67.4%70.98%-
XYZ19.1111.2144.87-
YUV94.14177.02153.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 59 (23.44% from 255) = 15.95%
BLUE value IS 181 (71.09% from 255) = 48.92%
R=35.14%
G=15.95%
B=48.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130591810.280.6700.29274.9250.8347.06
Hex823BB51C4301D113332f
Octal20273265341030354236357
Binary1000001011101110110101111001000011011101100010011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,59,181); }

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

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

 a { background-color: rgb(130,59,181); }

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

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

 span { border-color: rgb(130,59,181); }

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