Html Css Color HEX #830CEF Blue Violet

📋 copy color: '#830CEF'

red 131 ◦ green 12 ◦ blue 239

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

Shades of Blue Violet #830CEF

Tints of Blue Violet #830CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.14%

 BLUE value IS 239 (93.75% from 255) = 62.57%

R = 34.29%
G = 3.14%
B = 62.57%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#830CEF (or 0x830CEF) is known color: Blue Violet. HEX triplet: 83, 0C and EF. RGB value is (131,12,239). Sum of RGB (Red+Green+Blue) = 131+12+239=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #830CEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #830CEF is #7CF310. Grayscale: #484848. Windows color (decimal): -8188689 or 15666307. OLE color: 15666307.

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

Color convert

RGB 131 12 239 -
CMYK 0.45 0.95 0 0.06
HSL 271.45º 0.9% 0.49% -
HSV(B) 271.45º 0.95% 0.94% -
XYZ 25.07 11.32 82.52 -
YUV 73.46 221.42 169.04 -
System Red Green Blue C M Y K H S L
Decimal 131 12 239 0.45 0.95 0 0.06 271.45 0.9 0.49
Hex 83 C EF 2D 5F 0 6 10F 5A 31
Octal 203 14 357 55 137 0 6 417 132 61
Binary 10000011 1100 11101111 101101 1011111 0 110 100001111 1011010 110001

Color Harmonies of #830CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830CEF

Black with #830CEF

Text Example


Text Example

White with #830CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,12,239); }

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

background-color css

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

 a { background-color: rgb(131,12,239); }

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

border-color css

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

 span { border-color: rgb(131,12,239); }

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