Html Css Color HEX #830E7B Purple

📋 copy color: '#830E7B'

red 131 ◦ green 14 ◦ blue 123

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

Shades of Purple #830E7B

Tints of Purple #830E7B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.22%

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

R = 48.88%
G = 5.22%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#830E7B (or 0x830E7B) is known color: Purple. HEX triplet: 83, 0E and 7B. RGB value is (131,14,123). Sum of RGB (Red+Green+Blue) = 131+14+123=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #830E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #830E7B is #7CF184. Grayscale: #3D3D3D. Windows color (decimal): -8188293 or 8064643. OLE color: 8064643.

HSL color Cylindrical-coordinate representation of color #830E7B: hue angle of 304.1º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #830E7B is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 14 123 -
CMYK 0 0.89 0.06 0.49
HSL 304.1º 0.81% 0.28% -
HSV(B) 304.1º 0.89% 0.51% -
XYZ 13.09 6.57 19.32 -
YUV 61.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 131 14 123 0 0.89 0.06 0.49 304.1 0.81 0.28
Hex 83 E 7B 0 59 6 31 130 51 1C
Octal 203 16 173 0 131 6 61 460 121 34
Binary 10000011 1110 1111011 0 1011001 110 110001 100110000 1010001 11100

Color Harmonies of #830E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E7B

Black with #830E7B

Text Example


Text Example

White with #830E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E7B; }

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

 H1.HeaderClassName
 {
   color: #830E7B;
 }
 .AnyTagClassName
 {
   color: #830E7B;
 }
</style>

background-color css

<style>
 a { background-color: #830E7B; }

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

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

border-color css

<style>
 span { border-color: #830E7B; }

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

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