Html Css Color HEX #830893 Dark Magenta

📋 copy color: '#830893'

red 131 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #830893

Tints of Dark Magenta #830893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 45.8%
G = 2.8%
B = 51.4%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830893 (or 0x830893) is known color: Dark Magenta. HEX triplet: 83, 08 and 93. RGB value is (131,8,147). Sum of RGB (Red+Green+Blue) = 131+8+147=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #830893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830893 is #7CF76C. Grayscale: #3C3C3C. Windows color (decimal): -8189805 or 9635971. OLE color: 9635971.

HSL color Cylindrical-coordinate representation of color #830893: hue angle of 293.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830893 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 8 147 -
CMYK 0.11 0.95 0 0.42
HSL 293.09º 0.9% 0.3% -
HSV(B) 293.09º 0.95% 0.58% -
XYZ 14.71 7.11 28.2 -
YUV 60.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 131 8 147 0.11 0.95 0 0.42 293.09 0.9 0.3
Hex 83 8 93 B 5F 0 2A 125 5A 1E
Octal 203 10 223 13 137 0 52 445 132 36
Binary 10000011 1000 10010011 1011 1011111 0 101010 100100101 1011010 11110

Color Harmonies of #830893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830893

Black with #830893

Text Example


Text Example

White with #830893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830893; }

 p { color: rgb(131,8,147); }

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

background-color css

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

 a { background-color: rgb(131,8,147); }

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

border-color css

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

 span { border-color: rgb(131,8,147); }

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