Html Css Color HEX #830FE7 Blue Violet

📋 copy color: '#830FE7'

red 131 ◦ green 15 ◦ blue 231

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

Shades of Blue Violet #830FE7

Tints of Blue Violet #830FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.27%

R = 34.75%
G = 3.98%
B = 61.27%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#830FE7 (or 0x830FE7) is known color: Blue Violet. HEX triplet: 83, 0F and E7. RGB value is (131,15,231). Sum of RGB (Red+Green+Blue) = 131+15+231=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #830FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830FE7 is #7CF018. Grayscale: #494949. Windows color (decimal): -8187929 or 15142787. OLE color: 15142787.

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

Color convert

RGB 131 15 231 -
CMYK 0.43 0.94 0 0.09
HSL 272.22º 0.88% 0.48% -
HSV(B) 272.22º 0.94% 0.91% -
XYZ 23.95 10.94 76.45 -
YUV 74.31 216.43 168.44 -
System Red Green Blue C M Y K H S L
Decimal 131 15 231 0.43 0.94 0 0.09 272.22 0.88 0.48
Hex 83 F E7 2B 5E 0 9 110 58 30
Octal 203 17 347 53 136 0 11 420 130 60
Binary 10000011 1111 11100111 101011 1011110 0 1001 100010000 1011000 110000

Color Harmonies of #830FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830FE7

Black with #830FE7

Text Example


Text Example

White with #830FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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