Html Css Color HEX #830093 Dark Magenta

📋 copy color: '#830093'

red 131 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #830093

Tints of Dark Magenta #830093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.12%
G = 0%
B = 52.88%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#830093 (or 0x830093) is known color: Dark Magenta. HEX triplet: 83, 00 and 93. RGB value is (131,0,147). Sum of RGB (Red+Green+Blue) = 131+0+147=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #830093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830093 is #7CFF6C. Grayscale: #373737. Windows color (decimal): -8191853 or 9633923. OLE color: 9633923.

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

Color convert

RGB 131 0 147 -
CMYK 0.11 1 0 0.42
HSL 293.47º 1% 0.29% -
HSV(B) 293.47º 1% 0.58% -
XYZ 14.63 6.93 28.17 -
YUV 55.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 131 0 147 0.11 1 0 0.42 293.47 1 0.29
Hex 83 0 93 B 64 0 2A 125 64 1D
Octal 203 0 223 13 144 0 52 445 144 35
Binary 10000011 0 10010011 1011 1100100 0 101010 100100101 1100100 11101

Color Harmonies of #830093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830093

Black with #830093

Text Example


Text Example

White with #830093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830093; }

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

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

background-color css

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

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

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

border-color css

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

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

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