Html Css Color HEX #830ED1 Dark Violet

📋 copy color: '#830ED1'

red 131 ◦ green 14 ◦ blue 209

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

Shades of Dark Violet #830ED1

Tints of Dark Violet #830ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 59.04%

R = 37.01%
G = 3.95%
B = 59.04%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#830ED1 (or 0x830ED1) is known color: Dark Violet. HEX triplet: 83, 0E and D1. RGB value is (131,14,209). Sum of RGB (Red+Green+Blue) = 131+14+209=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #830ED1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ED1 is #7CF12E. Grayscale: #464646. Windows color (decimal): -8188207 or 13700739. OLE color: 13700739.

HSL color Cylindrical-coordinate representation of color #830ED1: hue angle of 276º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830ED1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 14 209 -
CMYK 0.37 0.93 0 0.18
HSL 276º 0.87% 0.44% -
HSV(B) 276º 0.93% 0.82% -
XYZ 21.03 9.74 61.09 -
YUV 71.21 205.76 170.64 -
System Red Green Blue C M Y K H S L
Decimal 131 14 209 0.37 0.93 0 0.18 276 0.87 0.44
Hex 83 E D1 25 5D 0 12 114 57 2C
Octal 203 16 321 45 135 0 22 424 127 54
Binary 10000011 1110 11010001 100101 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #830ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ED1

Black with #830ED1

Text Example


Text Example

White with #830ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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