#824BB1

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

Shades of Studio #824BB1

Tints of Studio #824BB1

Color information

#824BB1 (or 0x824BB1) is unknown color: approx Studio. HEX triplet: 82, 4B and B1. RGB value is (130,75,177). Sum of RGB (Red+Green+Blue) = 130+75+177=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #824BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BB1 is #7DB44E. Grayscale: #666666. Windows color (decimal): -8238159 or 11619202. OLE color: 11619202.

HSL color Cylindrical-coordinate representation of color #824BB1: hue angle of 272.35º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824BB1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13075177-
CMYK0.270.5800.31
HSL272.35º40.48%49.41%-
HSV(B)272.35º57.63%69.41%-
XYZ19.6612.9543.06-
YUV103.07169.72147.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.03%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=34.03%
G=19.63%
B=46.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130751770.270.5800.31272.3540.4849.41
Hex824BB11B3A01F1102831
Octal20211326133720374205061
Binary1000001010010111011000111011111010011111100010000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824BB1; }

 p { color: rgb(130,75,177); }

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

<style>
 a { background-color: #824BB1; }

 a { background-color: rgb(130,75,177); }

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

<style>
 span { border-color: #824BB1; }

 span { border-color: rgb(130,75,177); }

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