Html Css Color HEX #830EDF Dark Violet

📋 copy color: '#830EDF'

red 131 ◦ green 14 ◦ blue 223

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

Shades of Dark Violet #830EDF

Tints of Dark Violet #830EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 35.6%
G = 3.8%
B = 60.6%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#830EDF (or 0x830EDF) is known color: Dark Violet. HEX triplet: 83, 0E and DF. RGB value is (131,14,223). Sum of RGB (Red+Green+Blue) = 131+14+223=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #830EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EDF is #7CF120. Grayscale: #484848. Windows color (decimal): -8188193 or 14618243. OLE color: 14618243.

HSL color Cylindrical-coordinate representation of color #830EDF: hue angle of 273.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EDF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 14 223 -
CMYK 0.41 0.94 0 0.13
HSL 273.59º 0.88% 0.46% -
HSV(B) 273.59º 0.94% 0.87% -
XYZ 22.84 10.47 70.63 -
YUV 72.81 212.76 169.51 -
System Red Green Blue C M Y K H S L
Decimal 131 14 223 0.41 0.94 0 0.13 273.59 0.88 0.46
Hex 83 E DF 29 5E 0 D 112 58 2E
Octal 203 16 337 51 136 0 15 422 130 56
Binary 10000011 1110 11011111 101001 1011110 0 1101 100010010 1011000 101110

Color Harmonies of #830EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EDF

Black with #830EDF

Text Example


Text Example

White with #830EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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