Html Css Color HEX #830FF1 Blue Violet

📋 copy color: '#830FF1'

red 131 ◦ green 15 ◦ blue 241

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

Shades of Blue Violet #830FF1

Tints of Blue Violet #830FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.27%

R = 33.85%
G = 3.88%
B = 62.27%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#830FF1 (or 0x830FF1) is known color: Blue Violet. HEX triplet: 83, 0F and F1. RGB value is (131,15,241). Sum of RGB (Red+Green+Blue) = 131+15+241=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 241 (94.53% from 255 or 62.27% from 387); Max value from RGB is 241 - color contains mainly: blue. Hex color #830FF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FF1 is #7CF00E. Grayscale: #4A4A4A. Windows color (decimal): -8187919 or 15798147. OLE color: 15798147.

HSL color Cylindrical-coordinate representation of color #830FF1: hue angle of 270.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830FF1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 15 241 -
CMYK 0.46 0.94 0 0.05
HSL 270.8º 0.89% 0.5% -
HSV(B) 270.8º 0.94% 0.95% -
XYZ 25.41 11.52 84.1 -
YUV 75.45 221.43 167.62 -
System Red Green Blue C M Y K H S L
Decimal 131 15 241 0.46 0.94 0 0.05 270.8 0.89 0.5
Hex 83 F F1 2E 5E 0 5 10F 59 32
Octal 203 17 361 56 136 0 5 417 131 62
Binary 10000011 1111 11110001 101110 1011110 0 101 100001111 1011001 110010

Color Harmonies of #830FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FF1

Black with #830FF1

Text Example


Text Example

White with #830FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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