Html Css Color HEX #830ED0 Dark Violet

📋 copy color: '#830ED0'

red 131 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #830ED0

Tints of Dark Violet #830ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 37.11%
G = 3.97%
B = 58.92%

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

#830ED0 (or 0x830ED0) is known color: Dark Violet. HEX triplet: 83, 0E and D0. RGB value is (131,14,208). Sum of RGB (Red+Green+Blue) = 131+14+208=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #830ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830ED0 is #7CF12F. Grayscale: #464646. Windows color (decimal): -8188208 or 13635203. OLE color: 13635203.

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

Color convert

RGB 131 14 208 -
CMYK 0.37 0.93 0 0.18
HSL 276.19º 0.87% 0.44% -
HSV(B) 276.19º 0.93% 0.82% -
XYZ 20.9 9.69 60.44 -
YUV 71.1 205.26 170.73 -
System Red Green Blue C M Y K H S L
Decimal 131 14 208 0.37 0.93 0 0.18 276.19 0.87 0.44
Hex 83 E D0 25 5D 0 12 114 57 2C
Octal 203 16 320 45 135 0 22 424 127 54
Binary 10000011 1110 11010000 100101 1011101 0 10010 100010100 1010111 101100

Color Harmonies of #830ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830ED0

Black with #830ED0

Text Example


Text Example

White with #830ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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