Html Css Color HEX #830DEC Blue Violet

📋 copy color: '#830DEC'

red 131 ◦ green 13 ◦ blue 236

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

Shades of Blue Violet #830DEC

Tints of Blue Violet #830DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.42%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 34.47%
G = 3.42%
B = 62.11%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#830DEC (or 0x830DEC) is known color: Blue Violet. HEX triplet: 83, 0D and EC. RGB value is (131,13,236). Sum of RGB (Red+Green+Blue) = 131+13+236=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #830DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830DEC is #7CF213. Grayscale: #484848. Windows color (decimal): -8188436 or 15469955. OLE color: 15469955.

HSL color Cylindrical-coordinate representation of color #830DEC: hue angle of 271.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830DEC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 13 236 -
CMYK 0.44 0.94 0 0.07
HSL 271.75º 0.9% 0.49% -
HSV(B) 271.75º 0.94% 0.93% -
XYZ 24.64 11.17 80.21 -
YUV 73.7 219.59 168.87 -
System Red Green Blue C M Y K H S L
Decimal 131 13 236 0.44 0.94 0 0.07 271.75 0.9 0.49
Hex 83 D EC 2C 5E 0 7 110 5A 31
Octal 203 15 354 54 136 0 7 420 132 61
Binary 10000011 1101 11101100 101100 1011110 0 111 100010000 1011010 110001

Color Harmonies of #830DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830DEC

Black with #830DEC

Text Example


Text Example

White with #830DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,13,236); }

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

background-color css

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

 a { background-color: rgb(131,13,236); }

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

border-color css

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

 span { border-color: rgb(131,13,236); }

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