Html Css Color HEX #833F7B Eminence

📋 copy color: '#833F7B'

red 131 ◦ green 63 ◦ blue 123

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

Shades of Eminence #833F7B

Tints of Eminence #833F7B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 41.32%
G = 19.87%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#833F7B (or 0x833F7B) is known color: Eminence. HEX triplet: 83, 3F and 7B. RGB value is (131,63,123). Sum of RGB (Red+Green+Blue) = 131+63+123=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #833F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833F7B is #7CC084. Grayscale: #5A5A5A. Windows color (decimal): -8175749 or 8077187. OLE color: 8077187.

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

Color convert

RGB 131 63 123 -
CMYK 0 0.52 0.06 0.49
HSL 307.06º 0.35% 0.38% -
HSV(B) 307.06º 0.52% 0.51% -
XYZ 14.71 9.81 19.86 -
YUV 90.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 131 63 123 0 0.52 0.06 0.49 307.06 0.35 0.38
Hex 83 3F 7B 0 34 6 31 133 23 26
Octal 203 77 173 0 64 6 61 463 43 46
Binary 10000011 111111 1111011 0 110100 110 110001 100110011 100011 100110

Color Harmonies of #833F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833F7B

Black with #833F7B

Text Example


Text Example

White with #833F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,63,123); }

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

background-color css

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

 a { background-color: rgb(131,63,123); }

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

border-color css

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

 span { border-color: rgb(131,63,123); }

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