Html Css Color HEX #830EE7 Blue Violet

📋 copy color: '#830EE7'

red 131 ◦ green 14 ◦ blue 231

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

Shades of Blue Violet #830EE7

Tints of Blue Violet #830EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.44%

R = 34.84%
G = 3.72%
B = 61.44%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#830EE7 (or 0x830EE7) is known color: Blue Violet. HEX triplet: 83, 0E and E7. RGB value is (131,14,231). Sum of RGB (Red+Green+Blue) = 131+14+231=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #830EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830EE7 is #7CF118. Grayscale: #484848. Windows color (decimal): -8188185 or 15142531. OLE color: 15142531.

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

Color convert

RGB 131 14 231 -
CMYK 0.43 0.94 0 0.09
HSL 272.35º 0.89% 0.48% -
HSV(B) 272.35º 0.94% 0.91% -
XYZ 23.94 10.91 76.45 -
YUV 73.72 216.76 168.86 -
System Red Green Blue C M Y K H S L
Decimal 131 14 231 0.43 0.94 0 0.09 272.35 0.89 0.48
Hex 83 E E7 2B 5E 0 9 110 59 30
Octal 203 16 347 53 136 0 11 420 131 60
Binary 10000011 1110 11100111 101011 1011110 0 1001 100010000 1011001 110000

Color Harmonies of #830EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830EE7

Black with #830EE7

Text Example


Text Example

White with #830EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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