Html Css Color HEX #830EBF Dark Violet

📋 copy color: '#830EBF'

red 131 ◦ green 14 ◦ blue 191

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

Shades of Dark Violet #830EBF

Tints of Dark Violet #830EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 38.99%
G = 4.17%
B = 56.85%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#830EBF (or 0x830EBF) is known color: Dark Violet. HEX triplet: 83, 0E and BF. RGB value is (131,14,191). Sum of RGB (Red+Green+Blue) = 131+14+191=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #830EBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830EBF is #7CF140. Grayscale: #444444. Windows color (decimal): -8188225 or 12521091. OLE color: 12521091.

HSL color Cylindrical-coordinate representation of color #830EBF: hue angle of 279.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830EBF is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 14 191 -
CMYK 0.31 0.93 0 0.25
HSL 279.66º 0.86% 0.4% -
HSV(B) 279.66º 0.93% 0.75% -
XYZ 18.92 8.9 50.01 -
YUV 69.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 131 14 191 0.31 0.93 0 0.25 279.66 0.86 0.4
Hex 83 E BF 1F 5D 0 19 118 56 28
Octal 203 16 277 37 135 0 31 430 126 50
Binary 10000011 1110 10111111 11111 1011101 0 11001 100011000 1010110 101000

Color Harmonies of #830EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EBF

Black with #830EBF

Text Example


Text Example

White with #830EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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