#833DAF

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

Shades of Studio #833DAF

Tints of Studio #833DAF

Color information

#833DAF (or 0x833DAF) is unknown color: approx Studio. HEX triplet: 83, 3D and AF. RGB value is (131,61,175). Sum of RGB (Red+Green+Blue) = 131+61+175=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #833DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAF is #7CC250. Grayscale: #5E5E5E. Windows color (decimal): -8176209 or 11484547. OLE color: 11484547.

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

Color convert

RGB13161175-
CMYK0.250.6500.31
HSL276.84º48.31%46.27%-
HSV(B)276.84º65.14%68.63%-
XYZ18.7711.2641.74-
YUV94.93173.19153.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 175 (68.75% from 255) = 47.68%
R=35.69%
G=16.62%
B=47.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131611750.250.6500.31276.8448.3146.27
Hex833DAF194101F115302e
Octal20375257311010374256056
Binary1000001111110110101111110011000001011111100010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833DAF; }

 p { color: rgb(131,61,175); }

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

<style>
 a { background-color: #833DAF; }

 a { background-color: rgb(131,61,175); }

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

<style>
 span { border-color: #833DAF; }

 span { border-color: rgb(131,61,175); }

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