Html Css Color HEX #830FEF Blue Violet

📋 copy color: '#830FEF'

red 131 ◦ green 15 ◦ blue 239

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

Shades of Blue Violet #830FEF

Tints of Blue Violet #830FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 34.03%
G = 3.9%
B = 62.08%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#830FEF (or 0x830FEF) is known color: Blue Violet. HEX triplet: 83, 0F and EF. RGB value is (131,15,239). Sum of RGB (Red+Green+Blue) = 131+15+239=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #830FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FEF is #7CF010. Grayscale: #4A4A4A. Windows color (decimal): -8187921 or 15667075. OLE color: 15667075.

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

Color convert

RGB 131 15 239 -
CMYK 0.45 0.94 0 0.06
HSL 271.07º 0.88% 0.5% -
HSV(B) 271.07º 0.94% 0.94% -
XYZ 25.11 11.4 82.54 -
YUV 75.22 220.43 167.79 -
System Red Green Blue C M Y K H S L
Decimal 131 15 239 0.45 0.94 0 0.06 271.07 0.88 0.5
Hex 83 F EF 2D 5E 0 6 10F 58 32
Octal 203 17 357 55 136 0 6 417 130 62
Binary 10000011 1111 11101111 101101 1011110 0 110 100001111 1011000 110010

Color Harmonies of #830FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FEF

Black with #830FEF

Text Example


Text Example

White with #830FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,15,239); }

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

background-color css

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

 a { background-color: rgb(131,15,239); }

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

border-color css

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

 span { border-color: rgb(131,15,239); }

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