Html Css Color HEX #830FEC Blue Violet

📋 copy color: '#830FEC'

red 131 ◦ green 15 ◦ blue 236

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

Shades of Blue Violet #830FEC

Tints of Blue Violet #830FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.78%

R = 34.29%
G = 3.93%
B = 61.78%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#830FEC (or 0x830FEC) is known color: Blue Violet. HEX triplet: 83, 0F and EC. RGB value is (131,15,236). Sum of RGB (Red+Green+Blue) = 131+15+236=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #830FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FEC is #7CF013. Grayscale: #4A4A4A. Windows color (decimal): -8187924 or 15470467. OLE color: 15470467.

HSL color Cylindrical-coordinate representation of color #830FEC: hue angle of 271.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830FEC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 15 236 -
CMYK 0.44 0.94 0 0.07
HSL 271.49º 0.88% 0.49% -
HSV(B) 271.49º 0.94% 0.93% -
XYZ 24.67 11.22 80.22 -
YUV 74.88 218.93 168.03 -
System Red Green Blue C M Y K H S L
Decimal 131 15 236 0.44 0.94 0 0.07 271.49 0.88 0.49
Hex 83 F EC 2C 5E 0 7 10F 58 31
Octal 203 17 354 54 136 0 7 417 130 61
Binary 10000011 1111 11101100 101100 1011110 0 111 100001111 1011000 110001

Color Harmonies of #830FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FEC

Black with #830FEC

Text Example


Text Example

White with #830FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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