Html Css Color HEX #833B7C Eminence

📋 copy color: '#833B7C'

red 131 ◦ green 59 ◦ blue 124

#833B7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #833B7C

Tints of Eminence #833B7C

RGB

 RED value IS 131 (51.56% from 255) = 41.72%

 GREEN value IS 59 (23.44% from 255) = 18.79%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 41.72%
G = 18.79%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#833B7C (or 0x833B7C) is known color: Eminence. HEX triplet: 83, 3B and 7C. RGB value is (131,59,124). Sum of RGB (Red+Green+Blue) = 131+59+124=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #833B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B7C is #7CC483. Grayscale: #575757. Windows color (decimal): -8176772 or 8141699. OLE color: 8141699.

HSL color Cylindrical-coordinate representation of color #833B7C: hue angle of 305.83º 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 #833B7C is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 59 124 -
CMYK 0 0.55 0.05 0.49
HSL 305.83º 0.38% 0.37% -
HSV(B) 305.83º 0.55% 0.51% -
XYZ 14.56 9.41 20.12 -
YUV 87.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 131 59 124 0 0.55 0.05 0.49 305.83 0.38 0.37
Hex 83 3B 7C 0 37 5 31 132 26 25
Octal 203 73 174 0 67 5 61 462 46 45
Binary 10000011 111011 1111100 0 110111 101 110001 100110010 100110 100101

Color Harmonies of #833B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833B7C

Black with #833B7C

Text Example


Text Example

White with #833B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #833B7C;
 }
 .AnyTagClassName
 {
   color: #833B7C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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