Html Css Color HEX #833A7D Eminence

📋 copy color: '#833A7D'

red 131 ◦ green 58 ◦ blue 125

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

Shades of Eminence #833A7D

Tints of Eminence #833A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 41.72%
G = 18.47%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#833A7D (or 0x833A7D) is known color: Eminence. HEX triplet: 83, 3A and 7D. RGB value is (131,58,125). Sum of RGB (Red+Green+Blue) = 131+58+125=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #833A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A7D is #7CC582. Grayscale: #575757. Windows color (decimal): -8177027 or 8206979. OLE color: 8206979.

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

Color convert

RGB 131 58 125 -
CMYK 0 0.56 0.05 0.49
HSL 304.93º 0.39% 0.37% -
HSV(B) 304.93º 0.56% 0.51% -
XYZ 14.57 9.33 20.44 -
YUV 87.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 131 58 125 0 0.56 0.05 0.49 304.93 0.39 0.37
Hex 83 3A 7D 0 38 5 31 131 27 25
Octal 203 72 175 0 70 5 61 461 47 45
Binary 10000011 111010 1111101 0 111000 101 110001 100110001 100111 100101

Color Harmonies of #833A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833A7D

Black with #833A7D

Text Example


Text Example

White with #833A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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