Html Css Color HEX #830FF3 Blue Violet

📋 copy color: '#830FF3'

red 131 ◦ green 15 ◦ blue 243

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

Shades of Blue Violet #830FF3

Tints of Blue Violet #830FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.47%

R = 33.68%
G = 3.86%
B = 62.47%

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

#830FF3 (or 0x830FF3) is known color: Blue Violet. HEX triplet: 83, 0F and F3. RGB value is (131,15,243). Sum of RGB (Red+Green+Blue) = 131+15+243=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #830FF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FF3 is #7CF00C. Grayscale: #4A4A4A. Windows color (decimal): -8187917 or 15929219. OLE color: 15929219.

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

Color convert

RGB 131 15 243 -
CMYK 0.46 0.94 0 0.05
HSL 270.53º 0.9% 0.51% -
HSV(B) 270.53º 0.94% 0.95% -
XYZ 25.71 11.64 85.69 -
YUV 75.68 222.43 167.46 -
System Red Green Blue C M Y K H S L
Decimal 131 15 243 0.46 0.94 0 0.05 270.53 0.9 0.51
Hex 83 F F3 2E 5E 0 5 10F 5A 33
Octal 203 17 363 56 136 0 5 417 132 63
Binary 10000011 1111 11110011 101110 1011110 0 101 100001111 1011010 110011

Color Harmonies of #830FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FF3

Black with #830FF3

Text Example


Text Example

White with #830FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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