#823BAA

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

Shades of Studio #823BAA

Tints of Studio #823BAA

Color information

#823BAA (or 0x823BAA) is unknown color: approx Studio. HEX triplet: 82, 3B and AA. RGB value is (130,59,170). Sum of RGB (Red+Green+Blue) = 130+59+170=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #823BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BAA is #7DC455. Grayscale: #5C5C5C. Windows color (decimal): -8242262 or 11156354. OLE color: 11156354.

HSL color Cylindrical-coordinate representation of color #823BAA: hue angle of 278.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823BAA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13059170-
CMYK0.240.6500.33
HSL278.38º48.47%44.9%-
HSV(B)278.38º65.29%66.67%-
XYZ18.0310.7839.16-
YUV92.88171.52154.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=36.21%
G=16.43%
B=47.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130591700.240.6500.33278.3848.4744.9
Hex823BAA1841021116302d
Octal20273252301010414266055
Binary10000010111011101010101100010000010100001100010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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