Html Css Color HEX #830ED2 Dark Violet

📋 copy color: '#830ED2'

red 131 ◦ green 14 ◦ blue 210

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

Shades of Dark Violet #830ED2

Tints of Dark Violet #830ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.15%

R = 36.9%
G = 3.94%
B = 59.15%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#830ED2 (or 0x830ED2) is known color: Dark Violet. HEX triplet: 83, 0E and D2. RGB value is (131,14,210). Sum of RGB (Red+Green+Blue) = 131+14+210=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #830ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ED2 is #7CF12D. Grayscale: #464646. Windows color (decimal): -8188206 or 13766275. OLE color: 13766275.

HSL color Cylindrical-coordinate representation of color #830ED2: hue angle of 275.82º degrees, saturation: 0.88, 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 #830ED2 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 14 210 -
CMYK 0.38 0.93 0 0.18
HSL 275.82º 0.88% 0.44% -
HSV(B) 275.82º 0.93% 0.82% -
XYZ 21.15 9.79 61.75 -
YUV 71.33 206.26 170.56 -
System Red Green Blue C M Y K H S L
Decimal 131 14 210 0.38 0.93 0 0.18 275.82 0.88 0.44
Hex 83 E D2 26 5D 0 12 114 58 2C
Octal 203 16 322 46 135 0 22 424 130 54
Binary 10000011 1110 11010010 100110 1011101 0 10010 100010100 1011000 101100

Color Harmonies of #830ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ED2

Black with #830ED2

Text Example


Text Example

White with #830ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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