#833DAD

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

Shades of Studio #833DAD

Tints of Studio #833DAD

Color information

#833DAD (or 0x833DAD) is unknown color: approx Studio. HEX triplet: 83, 3D and AD. RGB value is (131,61,173). Sum of RGB (Red+Green+Blue) = 131+61+173=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #833DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833DAD is #7CC252. Grayscale: #5E5E5E. Windows color (decimal): -8176211 or 11353475. OLE color: 11353475.

HSL color Cylindrical-coordinate representation of color #833DAD: hue angle of 277.5º 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 #833DAD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13161173-
CMYK0.240.6500.32
HSL277.5º47.86%45.88%-
HSV(B)277.5º64.74%67.84%-
XYZ18.5711.1840.71-
YUV94.7172.19153.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=35.89%
G=16.71%
B=47.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131611730.240.6500.32277.547.8645.88
Hex833DAD1841020116302e
Octal20375255301010404266056
Binary10000011111101101011011100010000010100000100010110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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