Html Css Color HEX #830EE6 Blue Violet

📋 copy color: '#830EE6'

red 131 ◦ green 14 ◦ blue 230

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

Shades of Blue Violet #830EE6

Tints of Blue Violet #830EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.33%

R = 34.93%
G = 3.73%
B = 61.33%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#830EE6 (or 0x830EE6) is known color: Blue Violet. HEX triplet: 83, 0E and E6. RGB value is (131,14,230). Sum of RGB (Red+Green+Blue) = 131+14+230=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #830EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EE6 is #7CF119. Grayscale: #484848. Windows color (decimal): -8188186 or 15076995. OLE color: 15076995.

HSL color Cylindrical-coordinate representation of color #830EE6: hue angle of 272.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830EE6 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 14 230 -
CMYK 0.43 0.94 0 0.10
HSL 272.5º 0.89% 0.48% -
HSV(B) 272.5º 0.94% 0.9% -
XYZ 23.8 10.85 75.7 -
YUV 73.61 216.26 168.94 -
System Red Green Blue C M Y K H S L
Decimal 131 14 230 0.43 0.94 0 0.10 272.5 0.89 0.48
Hex 83 E E6 2B 5E 0 A 110 59 30
Octal 203 16 346 53 136 0 12 420 131 60
Binary 10000011 1110 11100110 101011 1011110 0 1010 100010000 1011001 110000

Color Harmonies of #830EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EE6

Black with #830EE6

Text Example


Text Example

White with #830EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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