Html Css Color HEX #830EE1 Dark Violet

📋 copy color: '#830EE1'

red 131 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #830EE1

Tints of Dark Violet #830EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.81%

R = 35.41%
G = 3.78%
B = 60.81%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#830EE1 (or 0x830EE1) is known color: Dark Violet. HEX triplet: 83, 0E and E1. RGB value is (131,14,225). Sum of RGB (Red+Green+Blue) = 131+14+225=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #830EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EE1 is #7CF11E. Grayscale: #484848. Windows color (decimal): -8188191 or 14749315. OLE color: 14749315.

HSL color Cylindrical-coordinate representation of color #830EE1: hue angle of 273.27º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EE1 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 14 225 -
CMYK 0.42 0.94 0 0.12
HSL 273.27º 0.88% 0.47% -
HSV(B) 273.27º 0.94% 0.88% -
XYZ 23.11 10.58 72.06 -
YUV 73.04 213.76 169.34 -
System Red Green Blue C M Y K H S L
Decimal 131 14 225 0.42 0.94 0 0.12 273.27 0.88 0.47
Hex 83 E E1 2A 5E 0 C 111 58 2F
Octal 203 16 341 52 136 0 14 421 130 57
Binary 10000011 1110 11100001 101010 1011110 0 1100 100010001 1011000 101111

Color Harmonies of #830EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EE1

Black with #830EE1

Text Example


Text Example

White with #830EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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