#833CAB

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

Shades of Studio #833CAB

Tints of Studio #833CAB

Color information

#833CAB (or 0x833CAB) is unknown color: approx Studio. HEX triplet: 83, 3C and AB. RGB value is (131,60,171). Sum of RGB (Red+Green+Blue) = 131+60+171=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #833CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CAB is #7CC354. Grayscale: #5D5D5D. Windows color (decimal): -8176469 or 11222147. OLE color: 11222147.

HSL color Cylindrical-coordinate representation of color #833CAB: 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 #833CAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13160171-
CMYK0.230.6500.33
HSL278.38º48.05%45.29%-
HSV(B)278.38º64.91%67.06%-
XYZ18.331139.68-
YUV93.88171.52154.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 60 (23.83% from 255) = 16.57%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=36.19%
G=16.57%
B=47.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131601710.230.6500.33278.3848.0545.29
Hex833CAB1741021116302d
Octal20374253271010414266055
Binary10000011111100101010111011110000010100001100010110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,60,171); }

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

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

 a { background-color: rgb(131,60,171); }

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

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

 span { border-color: rgb(131,60,171); }

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