Html Css Color HEX #830FE6 Blue Violet

📋 copy color: '#830FE6'

red 131 ◦ green 15 ◦ blue 230

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

Shades of Blue Violet #830FE6

Tints of Blue Violet #830FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.17%

R = 34.84%
G = 3.99%
B = 61.17%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#830FE6 (or 0x830FE6) is known color: Blue Violet. HEX triplet: 83, 0F and E6. RGB value is (131,15,230). Sum of RGB (Red+Green+Blue) = 131+15+230=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 230 (90.23% from 255 or 61.17% from 376); Max value from RGB is 230 - color contains mainly: blue. Hex color #830FE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FE6 is #7CF019. Grayscale: #494949. Windows color (decimal): -8187930 or 15077251. OLE color: 15077251.

HSL color Cylindrical-coordinate representation of color #830FE6: hue angle of 272.37º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830FE6 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 15 230 -
CMYK 0.43 0.93 0 0.10
HSL 272.37º 0.88% 0.48% -
HSV(B) 272.37º 0.93% 0.9% -
XYZ 23.81 10.88 75.71 -
YUV 74.19 215.93 168.52 -
System Red Green Blue C M Y K H S L
Decimal 131 15 230 0.43 0.93 0 0.10 272.37 0.88 0.48
Hex 83 F E6 2B 5D 0 A 110 58 30
Octal 203 17 346 53 135 0 12 420 130 60
Binary 10000011 1111 11100110 101011 1011101 0 1010 100010000 1011000 110000

Color Harmonies of #830FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FE6

Black with #830FE6

Text Example


Text Example

White with #830FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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