Html Css Color HEX #823A7C Eminence

📋 copy color: '#823A7C'

red 130 ◦ green 58 ◦ blue 124

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

Shades of Eminence #823A7C

Tints of Eminence #823A7C

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

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

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

R = 41.67%
G = 18.59%
B = 39.74%

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

#823A7C (or 0x823A7C) is known color: Eminence. HEX triplet: 82, 3A and 7C. RGB value is (130,58,124). Sum of RGB (Red+Green+Blue) = 130+58+124=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #823A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823A7C is #7DC583. Grayscale: #565656. Windows color (decimal): -8242564 or 8141442. OLE color: 8141442.

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

Color convert

RGB 130 58 124 -
CMYK 0 0.55 0.05 0.49
HSL 305º 0.38% 0.37% -
HSV(B) 305º 0.55% 0.51% -
XYZ 14.36 9.23 20.09 -
YUV 87.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 130 58 124 0 0.55 0.05 0.49 305 0.38 0.37
Hex 82 3A 7C 0 37 5 31 131 26 25
Octal 202 72 174 0 67 5 61 461 46 45
Binary 10000010 111010 1111100 0 110111 101 110001 100110001 100110 100101

Color Harmonies of #823A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A7C

Black with #823A7C

Text Example


Text Example

White with #823A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823A7C; }

 p { color: rgb(130,58,124); }

 H1.HeaderClassName
 {
   color: #823A7C;
 }
 .AnyTagClassName
 {
   color: #823A7C;
 }
</style>

background-color css

<style>
 a { background-color: #823A7C; }

 a { background-color: rgb(130,58,124); }

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

border-color css

<style>
 span { border-color: #823A7C; }

 span { border-color: rgb(130,58,124); }

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