Html Css Color HEX #823D7B Eminence

📋 copy color: '#823D7B'

red 130 ◦ green 61 ◦ blue 123

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

Shades of Eminence #823D7B

Tints of Eminence #823D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 41.4%
G = 19.43%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#823D7B (or 0x823D7B) is known color: Eminence. HEX triplet: 82, 3D and 7B. RGB value is (130,61,123). Sum of RGB (Red+Green+Blue) = 130+61+123=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #823D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D7B is #7DC284. Grayscale: #585858. Windows color (decimal): -8241797 or 8076674. OLE color: 8076674.

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

Color convert

RGB 130 61 123 -
CMYK 0 0.53 0.05 0.49
HSL 306.09º 0.36% 0.37% -
HSV(B) 306.09º 0.53% 0.51% -
XYZ 14.45 9.51 19.81 -
YUV 88.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 130 61 123 0 0.53 0.05 0.49 306.09 0.36 0.37
Hex 82 3D 7B 0 35 5 31 132 24 25
Octal 202 75 173 0 65 5 61 462 44 45
Binary 10000010 111101 1111011 0 110101 101 110001 100110010 100100 100101

Color Harmonies of #823D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823D7B

Black with #823D7B

Text Example


Text Example

White with #823D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,61,123); }

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

background-color css

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

 a { background-color: rgb(130,61,123); }

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

border-color css

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

 span { border-color: rgb(130,61,123); }

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