Html Css Color HEX #830FEB Blue Violet

📋 copy color: '#830FEB'

red 131 ◦ green 15 ◦ blue 235

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

Shades of Blue Violet #830FEB

Tints of Blue Violet #830FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 34.38%
G = 3.94%
B = 61.68%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#830FEB (or 0x830FEB) is known color: Blue Violet. HEX triplet: 83, 0F and EB. RGB value is (131,15,235). Sum of RGB (Red+Green+Blue) = 131+15+235=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #830FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FEB is #7CF014. Grayscale: #4A4A4A. Windows color (decimal): -8187925 or 15404931. OLE color: 15404931.

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

Color convert

RGB 131 15 235 -
CMYK 0.44 0.94 0 0.08
HSL 271.64º 0.88% 0.49% -
HSV(B) 271.64º 0.94% 0.92% -
XYZ 24.53 11.17 79.46 -
YUV 74.76 218.43 168.11 -
System Red Green Blue C M Y K H S L
Decimal 131 15 235 0.44 0.94 0 0.08 271.64 0.88 0.49
Hex 83 F EB 2C 5E 0 8 110 58 31
Octal 203 17 353 54 136 0 10 420 130 61
Binary 10000011 1111 11101011 101100 1011110 0 1000 100010000 1011000 110001

Color Harmonies of #830FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FEB

Black with #830FEB

Text Example


Text Example

White with #830FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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