#833B7D

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

Shades of Eminence #833B7D

Tints of Eminence #833B7D

Color information

#833B7D (or 0x833B7D) is unknown color: approx Eminence. HEX triplet: 83, 3B and 7D. RGB value is (131,59,125). Sum of RGB (Red+Green+Blue) = 131+59+125=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #833B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B7D is #7CC482. Grayscale: #575757. Windows color (decimal): -8176771 or 8207235. OLE color: 8207235.

HSL color Cylindrical-coordinate representation of color #833B7D: hue angle of 305º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B7D is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13159125-
CMYK00.550.050.49
HSL305º37.89%37.25%-
HSV(B)305º54.96%51.37%-
XYZ14.639.4320.45-
YUV88.05148.85158.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=41.59%
G=18.73%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315912500.550.050.4930537.8937.25
Hex833B7D0375311312625
Octal203731750675614614645
Binary1000001111101111111010110111101110001100110001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,125); }

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

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

 a { background-color: rgb(131,59,125); }

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

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

 span { border-color: rgb(131,59,125); }

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